Html Css Color HEX #376C35 Japanese Laurel

📋 copy color: '#376C35'

red 55 ◦ green 108 ◦ blue 53

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

Shades of Japanese Laurel #376C35

Tints of Japanese Laurel #376C35

RGB

 RED value IS 55 (21.88% from 255) = 25.46%

 GREEN value IS 108 (42.58% from 255) = 50%

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

R = 25.46%
G = 50%
B = 24.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#376C35 (or 0x376C35) is known color: Japanese Laurel. HEX triplet: 37, 6C and 35. RGB value is (55,108,53). Sum of RGB (Red+Green+Blue) = 55+108+53=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #376C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376C35 is #C893CA. Grayscale: #565656. Windows color (decimal): -13145035 or 3501111. OLE color: 3501111.

HSL color Cylindrical-coordinate representation of color #376C35: hue angle of 117.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376C35 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 108 53 -
CMYK 0.49 0 0.51 0.58
HSL 117.82º 0.34% 0.32% -
HSV(B) 117.82º 0.51% 0.42% -
XYZ 7.58 11.79 5.25 -
YUV 85.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 55 108 53 0.49 0 0.51 0.58 117.82 0.34 0.32
Hex 37 6C 35 31 0 33 3A 76 22 20
Octal 67 154 65 61 0 63 72 166 42 40
Binary 110111 1101100 110101 110001 0 110011 111010 1110110 100010 100000

Color Harmonies of #376C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C35

Black with #376C35

Text Example


Text Example

White with #376C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376C35; }

 p { color: rgb(55,108,53); }

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

background-color css

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

 a { background-color: rgb(55,108,53); }

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

border-color css

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

 span { border-color: rgb(55,108,53); }

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