Html Css Color HEX #367535 Japanese Laurel

📋 copy color: '#367535'

red 54 ◦ green 117 ◦ blue 53

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

Shades of Japanese Laurel #367535

Tints of Japanese Laurel #367535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.23%

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

R = 24.11%
G = 52.23%
B = 23.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#367535 (or 0x367535) is known color: Japanese Laurel. HEX triplet: 36, 75 and 35. RGB value is (54,117,53). Sum of RGB (Red+Green+Blue) = 54+117+53=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #367535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367535 is #C98ACA. Grayscale: #5B5B5B. Windows color (decimal): -13208267 or 3503414. OLE color: 3503414.

HSL color Cylindrical-coordinate representation of color #367535: hue angle of 119.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367535 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 53 -
CMYK 0.54 0 0.55 0.54
HSL 119.06º 0.38% 0.33% -
HSV(B) 119.06º 0.55% 0.46% -
XYZ 8.53 13.76 5.58 -
YUV 90.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 54 117 53 0.54 0 0.55 0.54 119.06 0.38 0.33
Hex 36 75 35 36 0 37 36 77 26 21
Octal 66 165 65 66 0 67 66 167 46 41
Binary 110110 1110101 110101 110110 0 110111 110110 1110111 100110 100001

Color Harmonies of #367535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367535

Black with #367535

Text Example


Text Example

White with #367535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367535; }

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

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

background-color css

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

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

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

border-color css

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

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

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