Html Css Color HEX #377F41 Japanese Laurel

📋 copy color: '#377F41'

red 55 ◦ green 127 ◦ blue 65

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

Shades of Japanese Laurel #377F41

Tints of Japanese Laurel #377F41

RGB

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

 GREEN value IS 127 (50% from 255) = 51.42%

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

R = 22.27%
G = 51.42%
B = 26.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#377F41 (or 0x377F41) is known color: Japanese Laurel. HEX triplet: 37, 7F and 41. RGB value is (55,127,65). Sum of RGB (Red+Green+Blue) = 55+127+65=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #377F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F41 is #C880BE. Grayscale: #626262. Windows color (decimal): -13140159 or 4292407. OLE color: 4292407.

HSL color Cylindrical-coordinate representation of color #377F41: hue angle of 128.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F41 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 65 -
CMYK 0.57 0 0.49 0.50
HSL 128.33º 0.4% 0.36% -
HSV(B) 128.33º 0.57% 0.5% -
XYZ 10.12 16.37 7.63 -
YUV 98.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 55 127 65 0.57 0 0.49 0.50 128.33 0.4 0.36
Hex 37 7F 41 39 0 31 32 80 28 24
Octal 67 177 101 71 0 61 62 200 50 44
Binary 110111 1111111 1000001 111001 0 110001 110010 10000000 101000 100100

Color Harmonies of #377F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F41

Black with #377F41

Text Example


Text Example

White with #377F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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