Html Css Color HEX #377F3C Japanese Laurel

📋 copy color: '#377F3C'

red 55 ◦ green 127 ◦ blue 60

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

Shades of Japanese Laurel #377F3C

Tints of Japanese Laurel #377F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.79%

R = 22.73%
G = 52.48%
B = 24.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#377F3C (or 0x377F3C) is known color: Japanese Laurel. HEX triplet: 37, 7F and 3C. RGB value is (55,127,60). Sum of RGB (Red+Green+Blue) = 55+127+60=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #377F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F3C is #C880C3. Grayscale: #626262. Windows color (decimal): -13140164 or 3964727. OLE color: 3964727.

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

Color convert

RGB 55 127 60 -
CMYK 0.57 0 0.53 0.50
HSL 124.17º 0.4% 0.36% -
HSV(B) 124.17º 0.57% 0.5% -
XYZ 9.98 16.32 6.9 -
YUV 97.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 55 127 60 0.57 0 0.53 0.50 124.17 0.4 0.36
Hex 37 7F 3C 39 0 35 32 7C 28 24
Octal 67 177 74 71 0 65 62 174 50 44
Binary 110111 1111111 111100 111001 0 110101 110010 1111100 101000 100100

Color Harmonies of #377F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F3C

Black with #377F3C

Text Example


Text Example

White with #377F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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