Html Css Color HEX #367035 Japanese Laurel

📋 copy color: '#367035'

red 54 ◦ green 112 ◦ blue 53

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

Shades of Japanese Laurel #367035

Tints of Japanese Laurel #367035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.14%

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

R = 24.66%
G = 51.14%
B = 24.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#367035 (or 0x367035) is known color: Japanese Laurel. HEX triplet: 36, 70 and 35. RGB value is (54,112,53). Sum of RGB (Red+Green+Blue) = 54+112+53=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #367035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367035 is #C98FCA. Grayscale: #585858. Windows color (decimal): -13209547 or 3502134. OLE color: 3502134.

HSL color Cylindrical-coordinate representation of color #367035: hue angle of 118.98º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367035 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 53 -
CMYK 0.52 0 0.53 0.56
HSL 118.98º 0.36% 0.32% -
HSV(B) 118.98º 0.53% 0.44% -
XYZ 7.96 12.63 5.39 -
YUV 87.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 54 112 53 0.52 0 0.53 0.56 118.98 0.36 0.32
Hex 36 70 35 34 0 35 38 77 24 20
Octal 66 160 65 64 0 65 70 167 44 40
Binary 110110 1110000 110101 110100 0 110101 111000 1110111 100100 100000

Color Harmonies of #367035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367035

Black with #367035

Text Example


Text Example

White with #367035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367035; }

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

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

background-color css

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

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

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

border-color css

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

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

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