Html Css Color HEX #348842 Japanese Laurel

📋 copy color: '#348842'

red 52 ◦ green 136 ◦ blue 66

#348842
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #348842

Tints of Japanese Laurel #348842

RGB

 RED value IS 52 (20.7% from 255) = 20.47%

 GREEN value IS 136 (53.52% from 255) = 53.54%

 BLUE value IS 66 (26.17% from 255) = 25.98%

R = 20.47%
G = 53.54%
B = 25.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#348842 (or 0x348842) is known color: Japanese Laurel. HEX triplet: 34, 88 and 42. RGB value is (52,136,66). Sum of RGB (Red+Green+Blue) = 52+136+66=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #348842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348842 is #CB77BD. Grayscale: #676767. Windows color (decimal): -13334462 or 4360244. OLE color: 4360244.

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

Color convert

RGB 52 136 66 -
CMYK 0.62 0 0.51 0.47
HSL 130º 0.45% 0.37% -
HSV(B) 130º 0.62% 0.53% -
XYZ 11.2 18.73 8.18 -
YUV 102.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 52 136 66 0.62 0 0.51 0.47 130 0.45 0.37
Hex 34 88 42 3E 0 33 2F 82 2D 25
Octal 64 210 102 76 0 63 57 202 55 45
Binary 110100 10001000 1000010 111110 0 110011 101111 10000010 101101 100101

Color Harmonies of #348842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348842

Black with #348842

Text Example


Text Example

White with #348842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348842; }

 p { color: rgb(52,136,66); }

 H1.HeaderClassName
 {
   color: #348842;
 }
 .AnyTagClassName
 {
   color: #348842;
 }
</style>

background-color css

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

 a { background-color: rgb(52,136,66); }

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

border-color css

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

 span { border-color: rgb(52,136,66); }

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