Html Css Color HEX #367F35 Japanese Laurel

📋 copy color: '#367F35'

red 54 ◦ green 127 ◦ blue 53

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

Shades of Japanese Laurel #367F35

Tints of Japanese Laurel #367F35

RGB

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

 GREEN value IS 127 (50% from 255) = 54.27%

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 23.08%
G = 54.27%
B = 22.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#367F35 (or 0x367F35) is known color: Japanese Laurel. HEX triplet: 36, 7F and 35. RGB value is (54,127,53). Sum of RGB (Red+Green+Blue) = 54+127+53=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #367F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F35 is #C980CA. Grayscale: #606060. Windows color (decimal): -13205707 or 3505974. OLE color: 3505974.

HSL color Cylindrical-coordinate representation of color #367F35: hue angle of 119.19º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367F35 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 127 53 -
CMYK 0.57 0 0.58 0.50
HSL 119.19º 0.41% 0.35% -
HSV(B) 119.19º 0.58% 0.5% -
XYZ 9.75 16.22 5.98 -
YUV 96.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 54 127 53 0.57 0 0.58 0.50 119.19 0.41 0.35
Hex 36 7F 35 39 0 3A 32 77 29 23
Octal 66 177 65 71 0 72 62 167 51 43
Binary 110110 1111111 110101 111001 0 111010 110010 1110111 101001 100011

Color Harmonies of #367F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F35

Black with #367F35

Text Example


Text Example

White with #367F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,53); }

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

background-color css

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

 a { background-color: rgb(54,127,53); }

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

border-color css

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

 span { border-color: rgb(54,127,53); }

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