Html Css Color HEX #377F38 Japanese Laurel

📋 copy color: '#377F38'

red 55 ◦ green 127 ◦ blue 56

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

Shades of Japanese Laurel #377F38

Tints of Japanese Laurel #377F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.53%

R = 23.11%
G = 53.36%
B = 23.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#377F38 (or 0x377F38) is known color: Japanese Laurel. HEX triplet: 37, 7F and 38. RGB value is (55,127,56). Sum of RGB (Red+Green+Blue) = 55+127+56=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #377F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F38 is #C880C7. Grayscale: #616161. Windows color (decimal): -13140168 or 3702583. OLE color: 3702583.

HSL color Cylindrical-coordinate representation of color #377F38: hue angle of 120.83º 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 #377F38 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 56 -
CMYK 0.57 0 0.56 0.50
HSL 120.83º 0.4% 0.36% -
HSV(B) 120.83º 0.57% 0.5% -
XYZ 9.88 16.28 6.36 -
YUV 97.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 55 127 56 0.57 0 0.56 0.50 120.83 0.4 0.36
Hex 37 7F 38 39 0 38 32 79 28 24
Octal 67 177 70 71 0 70 62 171 50 44
Binary 110111 1111111 111000 111001 0 111000 110010 1111001 101000 100100

Color Harmonies of #377F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F38

Black with #377F38

Text Example


Text Example

White with #377F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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