Html Css Color HEX #366E34 Japanese Laurel

📋 copy color: '#366E34'

red 54 ◦ green 110 ◦ blue 52

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

Shades of Japanese Laurel #366E34

Tints of Japanese Laurel #366E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 25%
G = 50.93%
B = 24.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#366E34 (or 0x366E34) is known color: Japanese Laurel. HEX triplet: 36, 6E and 34. RGB value is (54,110,52). Sum of RGB (Red+Green+Blue) = 54+110+52=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #366E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E34 is #C991CB. Grayscale: #565656. Windows color (decimal): -13210060 or 3436086. OLE color: 3436086.

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

Color convert

RGB 54 110 52 -
CMYK 0.51 0 0.53 0.57
HSL 117.93º 0.36% 0.32% -
HSV(B) 117.93º 0.53% 0.43% -
XYZ 7.72 12.18 5.19 -
YUV 86.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 54 110 52 0.51 0 0.53 0.57 117.93 0.36 0.32
Hex 36 6E 34 33 0 35 39 76 24 20
Octal 66 156 64 63 0 65 71 166 44 40
Binary 110110 1101110 110100 110011 0 110101 111001 1110110 100100 100000

Color Harmonies of #366E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366E34

Black with #366E34

Text Example


Text Example

White with #366E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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