Html Css Color HEX #377440 Japanese Laurel

📋 copy color: '#377440'

red 55 ◦ green 116 ◦ blue 64

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

Shades of Japanese Laurel #377440

Tints of Japanese Laurel #377440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 23.4%
G = 49.36%
B = 27.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#377440 (or 0x377440) is known color: Japanese Laurel. HEX triplet: 37, 74 and 40. RGB value is (55,116,64). Sum of RGB (Red+Green+Blue) = 55+116+64=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #377440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377440 is #C88BBF. Grayscale: #5B5B5B. Windows color (decimal): -13142976 or 4224055. OLE color: 4224055.

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

Color convert

RGB 55 116 64 -
CMYK 0.53 0 0.45 0.55
HSL 128.85º 0.36% 0.34% -
HSV(B) 128.85º 0.53% 0.45% -
XYZ 8.75 13.67 7.03 -
YUV 91.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 55 116 64 0.53 0 0.45 0.55 128.85 0.36 0.34
Hex 37 74 40 35 0 2D 37 81 24 22
Octal 67 164 100 65 0 55 67 201 44 42
Binary 110111 1110100 1000000 110101 0 101101 110111 10000001 100100 100010

Color Harmonies of #377440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377440

Black with #377440

Text Example


Text Example

White with #377440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377440; }

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

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

background-color css

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

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

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

border-color css

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

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

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