Html Css Color HEX #377335 Japanese Laurel

📋 copy color: '#377335'

red 55 ◦ green 115 ◦ blue 53

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

Shades of Japanese Laurel #377335

Tints of Japanese Laurel #377335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.57%

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

R = 24.66%
G = 51.57%
B = 23.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#377335 (or 0x377335) is known color: Japanese Laurel. HEX triplet: 37, 73 and 35. RGB value is (55,115,53). Sum of RGB (Red+Green+Blue) = 55+115+53=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #377335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377335 is #C88CCA. Grayscale: #5A5A5A. Windows color (decimal): -13143243 or 3502903. OLE color: 3502903.

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

Color convert

RGB 55 115 53 -
CMYK 0.52 0 0.54 0.55
HSL 118.06º 0.37% 0.33% -
HSV(B) 118.06º 0.54% 0.45% -
XYZ 8.35 13.33 5.5 -
YUV 89.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 55 115 53 0.52 0 0.54 0.55 118.06 0.37 0.33
Hex 37 73 35 34 0 36 37 76 25 21
Octal 67 163 65 64 0 66 67 166 45 41
Binary 110111 1110011 110101 110100 0 110110 110111 1110110 100101 100001

Color Harmonies of #377335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377335

Black with #377335

Text Example


Text Example

White with #377335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377335; }

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

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

background-color css

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

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

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

border-color css

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

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

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