Html Css Color HEX #377337 Japanese Laurel

📋 copy color: '#377337'

red 55 ◦ green 115 ◦ blue 55

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

Shades of Japanese Laurel #377337

Tints of Japanese Laurel #377337

RGB

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

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

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

R = 24.44%
G = 51.11%
B = 24.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#377337 (or 0x377337) is known color: Japanese Laurel. HEX triplet: 37, 73 and 37. RGB value is (55,115,55). Sum of RGB (Red+Green+Blue) = 55+115+55=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #377337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377337 is #C88CC8. Grayscale: #5A5A5A. Windows color (decimal): -13143241 or 3633975. OLE color: 3633975.

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

Color convert

RGB 55 115 55 -
CMYK 0.52 0 0.52 0.55
HSL 120º 0.35% 0.33% -
HSV(B) 120º 0.52% 0.45% -
XYZ 8.4 13.35 5.75 -
YUV 90.22 108.12 102.88 -
System Red Green Blue C M Y K H S L
Decimal 55 115 55 0.52 0 0.52 0.55 120 0.35 0.33
Hex 37 73 37 34 0 34 37 78 23 21
Octal 67 163 67 64 0 64 67 170 43 41
Binary 110111 1110011 110111 110100 0 110100 110111 1111000 100011 100001

Color Harmonies of #377337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377337

Black with #377337

Text Example


Text Example

White with #377337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377337; }

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

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

background-color css

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

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

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

border-color css

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

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

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