Html Css Color HEX #377742 Japanese Laurel

📋 copy color: '#377742'

red 55 ◦ green 119 ◦ blue 66

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

Shades of Japanese Laurel #377742

Tints of Japanese Laurel #377742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

 BLUE value IS 66 (26.17% from 255) = 27.5%

R = 22.92%
G = 49.58%
B = 27.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#377742 (or 0x377742) is known color: Japanese Laurel. HEX triplet: 37, 77 and 42. RGB value is (55,119,66). Sum of RGB (Red+Green+Blue) = 55+119+66=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #377742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377742 is #C888BD. Grayscale: #5D5D5D. Windows color (decimal): -13142206 or 4355895. OLE color: 4355895.

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

Color convert

RGB 55 119 66 -
CMYK 0.54 0 0.45 0.53
HSL 130.31º 0.37% 0.34% -
HSV(B) 130.31º 0.54% 0.47% -
XYZ 9.16 14.4 7.45 -
YUV 93.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 55 119 66 0.54 0 0.45 0.53 130.31 0.37 0.34
Hex 37 77 42 36 0 2D 35 82 25 22
Octal 67 167 102 66 0 55 65 202 45 42
Binary 110111 1110111 1000010 110110 0 101101 110101 10000010 100101 100010

Color Harmonies of #377742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377742

Black with #377742

Text Example


Text Example

White with #377742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377742; }

 p { color: rgb(55,119,66); }

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

background-color css

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

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

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

border-color css

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

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

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