Html Css Color HEX #377C40 Japanese Laurel

📋 copy color: '#377C40'

red 55 ◦ green 124 ◦ blue 64

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

Shades of Japanese Laurel #377C40

Tints of Japanese Laurel #377C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.03%

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

R = 22.63%
G = 51.03%
B = 26.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#377C40 (or 0x377C40) is known color: Japanese Laurel. HEX triplet: 37, 7C and 40. RGB value is (55,124,64). Sum of RGB (Red+Green+Blue) = 55+124+64=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #377C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C40 is #C883BF. Grayscale: #606060. Windows color (decimal): -13140928 or 4226103. OLE color: 4226103.

HSL color Cylindrical-coordinate representation of color #377C40: hue angle of 127.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C40 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 64 -
CMYK 0.56 0 0.48 0.51
HSL 127.83º 0.39% 0.35% -
HSV(B) 127.83º 0.56% 0.49% -
XYZ 9.71 15.6 7.35 -
YUV 96.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 55 124 64 0.56 0 0.48 0.51 127.83 0.39 0.35
Hex 37 7C 40 38 0 30 33 80 27 23
Octal 67 174 100 70 0 60 63 200 47 43
Binary 110111 1111100 1000000 111000 0 110000 110011 10000000 100111 100011

Color Harmonies of #377C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C40

Black with #377C40

Text Example


Text Example

White with #377C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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