Html Css Color HEX #367442 Japanese Laurel

📋 copy color: '#367442'

red 54 ◦ green 116 ◦ blue 66

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

Shades of Japanese Laurel #367442

Tints of Japanese Laurel #367442

RGB

 RED value IS 54 (21.48% from 255) = 22.88%

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 22.88%
G = 49.15%
B = 27.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#367442 (or 0x367442) is known color: Japanese Laurel. HEX triplet: 36, 74 and 42. RGB value is (54,116,66). Sum of RGB (Red+Green+Blue) = 54+116+66=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #367442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367442 is #C98BBD. Grayscale: #5B5B5B. Windows color (decimal): -13208510 or 4355126. OLE color: 4355126.

HSL color Cylindrical-coordinate representation of color #367442: hue angle of 131.61º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367442 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 66 -
CMYK 0.53 0 0.43 0.55
HSL 131.61º 0.36% 0.33% -
HSV(B) 131.61º 0.53% 0.45% -
XYZ 8.75 13.67 7.33 -
YUV 91.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 54 116 66 0.53 0 0.43 0.55 131.61 0.36 0.33
Hex 36 74 42 35 0 2B 37 84 24 21
Octal 66 164 102 65 0 53 67 204 44 41
Binary 110110 1110100 1000010 110101 0 101011 110111 10000100 100100 100001

Color Harmonies of #367442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367442

Black with #367442

Text Example


Text Example

White with #367442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367442; }

 p { color: rgb(54,116,66); }

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

background-color css

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

 a { background-color: rgb(54,116,66); }

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

border-color css

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

 span { border-color: rgb(54,116,66); }

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