#348739

Color #348739 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #348739

Tints of Japanese Laurel #348739

Color information

#348739 (or 0x348739) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 39. RGB value is (52,135,57). Sum of RGB (Red+Green+Blue) = 52+135+57=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #348739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348739 is #CB78C6. Grayscale: #656565. Windows color (decimal): -13334727 or 3770164. OLE color: 3770164.

HSL color Cylindrical-coordinate representation of color #348739: hue angle of 123.61º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348739 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB5213557-
CMYK0.6100.580.47
HSL123.61º44.39%36.67%-
HSV(B)123.61º61.48%52.94%-
XYZ10.8218.356.84-
YUV101.2910392.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=21.31%
G=55.33%
B=23.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135570.6100.580.47123.6144.3936.67
Hex3487393D03A2F7c2c25
Octal642077175072571745445
Binary1101001000011111100111110101110101011111111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348739; }

 p { color: rgb(52,135,57); }

 H1.HeaderClassName
 {
   color: #348739;
 }
 .AnyTagClassName
 {
   color: #348739;
 }
</style>
background-color css

<style>
 a { background-color: #348739; }

 a { background-color: rgb(52,135,57); }

 div.DivClassName
 {
   background-color: #348739;
 }
 .BgClassName
 {
   background-color: #348739;
 }
</style>
border-color css

<style>
 span { border-color: #348739; }

 span { border-color: rgb(52,135,57); }

 td.TdClassName
 {
   border-color: #348739;
 }
 .TagClassName
 {
   border-color: #348739;
 }
</style>