Html Css Color HEX #377640 Japanese Laurel

📋 copy color: '#377640'

red 55 ◦ green 118 ◦ blue 64

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

Shades of Japanese Laurel #377640

Tints of Japanese Laurel #377640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

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

R = 23.21%
G = 49.79%
B = 27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#377640 (or 0x377640) is known color: Japanese Laurel. HEX triplet: 37, 76 and 40. RGB value is (55,118,64). Sum of RGB (Red+Green+Blue) = 55+118+64=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #377640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377640 is #C889BF. Grayscale: #5D5D5D. Windows color (decimal): -13142464 or 4224567. OLE color: 4224567.

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

Color convert

RGB 55 118 64 -
CMYK 0.53 0 0.46 0.54
HSL 128.57º 0.36% 0.34% -
HSV(B) 128.57º 0.53% 0.46% -
XYZ 8.98 14.14 7.11 -
YUV 93.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 55 118 64 0.53 0 0.46 0.54 128.57 0.36 0.34
Hex 37 76 40 35 0 2E 36 81 24 22
Octal 67 166 100 65 0 56 66 201 44 42
Binary 110111 1110110 1000000 110101 0 101110 110110 10000001 100100 100010

Color Harmonies of #377640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377640

Black with #377640

Text Example


Text Example

White with #377640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377640; }

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

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

background-color css

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

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

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

border-color css

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

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

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