Html Css Color HEX #377441 Japanese Laurel

📋 copy color: '#377441'

red 55 ◦ green 116 ◦ blue 65

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

Shades of Japanese Laurel #377441

Tints of Japanese Laurel #377441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 23.31%
G = 49.15%
B = 27.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#377441 (or 0x377441) is known color: Japanese Laurel. HEX triplet: 37, 74 and 41. RGB value is (55,116,65). Sum of RGB (Red+Green+Blue) = 55+116+65=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #377441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377441 is #C88BBE. Grayscale: #5C5C5C. Windows color (decimal): -13142975 or 4289591. OLE color: 4289591.

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

Color convert

RGB 55 116 65 -
CMYK 0.53 0 0.44 0.55
HSL 129.84º 0.36% 0.34% -
HSV(B) 129.84º 0.53% 0.45% -
XYZ 8.78 13.68 7.18 -
YUV 91.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 55 116 65 0.53 0 0.44 0.55 129.84 0.36 0.34
Hex 37 74 41 35 0 2C 37 82 24 22
Octal 67 164 101 65 0 54 67 202 44 42
Binary 110111 1110100 1000001 110101 0 101100 110111 10000010 100100 100010

Color Harmonies of #377441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377441

Black with #377441

Text Example


Text Example

White with #377441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377441; }

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

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

background-color css

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

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

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

border-color css

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

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

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