Html Css Color HEX #347742 Japanese Laurel

📋 copy color: '#347742'

red 52 ◦ green 119 ◦ blue 66

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

Shades of Japanese Laurel #347742

Tints of Japanese Laurel #347742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

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

R = 21.94%
G = 50.21%
B = 27.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#347742 (or 0x347742) is known color: Japanese Laurel. HEX triplet: 34, 77 and 42. RGB value is (52,119,66). Sum of RGB (Red+Green+Blue) = 52+119+66=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #347742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347742 is #CB88BD. Grayscale: #5D5D5D. Windows color (decimal): -13338814 or 4355892. OLE color: 4355892.

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

Color convert

RGB 52 119 66 -
CMYK 0.56 0 0.45 0.53
HSL 132.54º 0.39% 0.34% -
HSV(B) 132.54º 0.56% 0.47% -
XYZ 9 14.32 7.44 -
YUV 92.93 112.8 98.81 -
System Red Green Blue C M Y K H S L
Decimal 52 119 66 0.56 0 0.45 0.53 132.54 0.39 0.34
Hex 34 77 42 38 0 2D 35 85 27 22
Octal 64 167 102 70 0 55 65 205 47 42
Binary 110100 1110111 1000010 111000 0 101101 110101 10000101 100111 100010

Color Harmonies of #347742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347742

Black with #347742

Text Example


Text Example

White with #347742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347742; }

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

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

background-color css

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

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

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

border-color css

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

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

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