Html Css Color HEX #367D32 Japanese Laurel

📋 copy color: '#367D32'

red 54 ◦ green 125 ◦ blue 50

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

Shades of Japanese Laurel #367D32

Tints of Japanese Laurel #367D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.59%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 23.58%
G = 54.59%
B = 21.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#367D32 (or 0x367D32) is known color: Japanese Laurel. HEX triplet: 36, 7D and 32. RGB value is (54,125,50). Sum of RGB (Red+Green+Blue) = 54+125+50=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #367D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D32 is #C982CD. Grayscale: #5F5F5F. Windows color (decimal): -13206222 or 3308854. OLE color: 3308854.

HSL color Cylindrical-coordinate representation of color #367D32: hue angle of 116.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367D32 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 125 50 -
CMYK 0.57 0 0.60 0.51
HSL 116.8º 0.43% 0.34% -
HSV(B) 116.8º 0.6% 0.49% -
XYZ 9.43 15.68 5.55 -
YUV 95.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 54 125 50 0.57 0 0.60 0.51 116.8 0.43 0.34
Hex 36 7D 32 39 0 3C 33 75 2B 22
Octal 66 175 62 71 0 74 63 165 53 42
Binary 110110 1111101 110010 111001 0 111100 110011 1110101 101011 100010

Color Harmonies of #367D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D32

Black with #367D32

Text Example


Text Example

White with #367D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367D32; }

 p { color: rgb(54,125,50); }

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

background-color css

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

 a { background-color: rgb(54,125,50); }

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

border-color css

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

 span { border-color: rgb(54,125,50); }

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