Html Css Color HEX #377439 Japanese Laurel

📋 copy color: '#377439'

red 55 ◦ green 116 ◦ blue 57

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

Shades of Japanese Laurel #377439

Tints of Japanese Laurel #377439

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

 BLUE value IS 57 (22.66% from 255) = 25%

R = 24.12%
G = 50.88%
B = 25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#377439 (or 0x377439) is known color: Japanese Laurel. HEX triplet: 37, 74 and 39. RGB value is (55,116,57). Sum of RGB (Red+Green+Blue) = 55+116+57=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #377439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377439 is #C88BC6. Grayscale: #5B5B5B. Windows color (decimal): -13142983 or 3765303. OLE color: 3765303.

HSL color Cylindrical-coordinate representation of color #377439: hue angle of 121.97º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377439 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 57 -
CMYK 0.53 0 0.51 0.55
HSL 121.97º 0.36% 0.34% -
HSV(B) 121.97º 0.53% 0.45% -
XYZ 8.56 13.6 6.04 -
YUV 91.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 55 116 57 0.53 0 0.51 0.55 121.97 0.36 0.34
Hex 37 74 39 35 0 33 37 7A 24 22
Octal 67 164 71 65 0 63 67 172 44 42
Binary 110111 1110100 111001 110101 0 110011 110111 1111010 100100 100010

Color Harmonies of #377439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377439

Black with #377439

Text Example


Text Example

White with #377439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377439; }

 p { color: rgb(55,116,57); }

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

background-color css

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

 a { background-color: rgb(55,116,57); }

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

border-color css

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

 span { border-color: rgb(55,116,57); }

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