Html Css Color HEX #377535 Japanese Laurel

📋 copy color: '#377535'

red 55 ◦ green 117 ◦ blue 53

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

Shades of Japanese Laurel #377535

Tints of Japanese Laurel #377535

RGB

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

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

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

R = 24.44%
G = 52%
B = 23.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#377535 (or 0x377535) is known color: Japanese Laurel. HEX triplet: 37, 75 and 35. RGB value is (55,117,53). Sum of RGB (Red+Green+Blue) = 55+117+53=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #377535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377535 is #C88ACA. Grayscale: #5B5B5B. Windows color (decimal): -13142731 or 3503415. OLE color: 3503415.

HSL color Cylindrical-coordinate representation of color #377535: hue angle of 118.12º 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 #377535 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 53 -
CMYK 0.53 0 0.55 0.54
HSL 118.13º 0.38% 0.33% -
HSV(B) 118.13º 0.55% 0.46% -
XYZ 8.58 13.79 5.58 -
YUV 91.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 55 117 53 0.53 0 0.55 0.54 118.13 0.38 0.33
Hex 37 75 35 35 0 37 36 76 26 21
Octal 67 165 65 65 0 67 66 166 46 41
Binary 110111 1110101 110101 110101 0 110111 110110 1110110 100110 100001

Color Harmonies of #377535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377535

Black with #377535

Text Example


Text Example

White with #377535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377535; }

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

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

background-color css

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

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

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

border-color css

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

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

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