Html Css Color HEX #377841 Japanese Laurel

📋 copy color: '#377841'

red 55 ◦ green 120 ◦ blue 65

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

Shades of Japanese Laurel #377841

Tints of Japanese Laurel #377841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

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

R = 22.92%
G = 50%
B = 27.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#377841 (or 0x377841) is known color: Japanese Laurel. HEX triplet: 37, 78 and 41. RGB value is (55,120,65). Sum of RGB (Red+Green+Blue) = 55+120+65=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #377841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377841 is #C887BE. Grayscale: #5E5E5E. Windows color (decimal): -13141951 or 4290615. OLE color: 4290615.

HSL color Cylindrical-coordinate representation of color #377841: hue angle of 129.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377841 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 120 65 -
CMYK 0.54 0 0.46 0.53
HSL 129.23º 0.37% 0.34% -
HSV(B) 129.23º 0.54% 0.47% -
XYZ 9.25 14.63 7.34 -
YUV 94.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 55 120 65 0.54 0 0.46 0.53 129.23 0.37 0.34
Hex 37 78 41 36 0 2E 35 81 25 22
Octal 67 170 101 66 0 56 65 201 45 42
Binary 110111 1111000 1000001 110110 0 101110 110101 10000001 100101 100010

Color Harmonies of #377841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377841

Black with #377841

Text Example


Text Example

White with #377841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377841; }

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

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

background-color css

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

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

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

border-color css

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

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

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