Html Css Color HEX #366E2F Japanese Laurel

📋 copy color: '#366E2F'

red 54 ◦ green 110 ◦ blue 47

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

Shades of Japanese Laurel #366E2F

Tints of Japanese Laurel #366E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 52.13%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 25.59%
G = 52.13%
B = 22.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#366E2F (or 0x366E2F) is known color: Japanese Laurel. HEX triplet: 36, 6E and 2F. RGB value is (54,110,47). Sum of RGB (Red+Green+Blue) = 54+110+47=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #366E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E2F is #C991D0. Grayscale: #565656. Windows color (decimal): -13210065 or 3108406. OLE color: 3108406.

HSL color Cylindrical-coordinate representation of color #366E2F: hue angle of 113.33º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #366E2F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 110 47 -
CMYK 0.51 0 0.57 0.57
HSL 113.33º 0.4% 0.31% -
HSV(B) 113.33º 0.57% 0.43% -
XYZ 7.61 12.14 4.63 -
YUV 86.07 105.95 105.12 -
System Red Green Blue C M Y K H S L
Decimal 54 110 47 0.51 0 0.57 0.57 113.33 0.4 0.31
Hex 36 6E 2F 33 0 39 39 71 28 1F
Octal 66 156 57 63 0 71 71 161 50 37
Binary 110110 1101110 101111 110011 0 111001 111001 1110001 101000 11111

Color Harmonies of #366E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366E2F

Black with #366E2F

Text Example


Text Example

White with #366E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366E2F; }

 p { color: rgb(54,110,47); }

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

background-color css

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

 a { background-color: rgb(54,110,47); }

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

border-color css

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

 span { border-color: rgb(54,110,47); }

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