Html Css Color HEX #377339 Japanese Laurel

📋 copy color: '#377339'

red 55 ◦ green 115 ◦ blue 57

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

Shades of Japanese Laurel #377339

Tints of Japanese Laurel #377339

RGB

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

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

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

R = 24.23%
G = 50.66%
B = 25.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#377339 (or 0x377339) is known color: Japanese Laurel. HEX triplet: 37, 73 and 39. RGB value is (55,115,57). Sum of RGB (Red+Green+Blue) = 55+115+57=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #377339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377339 is #C88CC6. Grayscale: #5A5A5A. Windows color (decimal): -13143239 or 3765047. OLE color: 3765047.

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

Color convert

RGB 55 115 57 -
CMYK 0.52 0 0.50 0.55
HSL 122º 0.35% 0.33% -
HSV(B) 122º 0.52% 0.45% -
XYZ 8.44 13.37 6.01 -
YUV 90.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 55 115 57 0.52 0 0.50 0.55 122 0.35 0.33
Hex 37 73 39 34 0 32 37 7A 23 21
Octal 67 163 71 64 0 62 67 172 43 41
Binary 110111 1110011 111001 110100 0 110010 110111 1111010 100011 100001

Color Harmonies of #377339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377339

Black with #377339

Text Example


Text Example

White with #377339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377339; }

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

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

background-color css

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

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

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

border-color css

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

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

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