Html Css Color HEX #397C40 Japanese Laurel

📋 copy color: '#397C40'

red 57 ◦ green 124 ◦ blue 64

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

Shades of Japanese Laurel #397C40

Tints of Japanese Laurel #397C40

RGB

 RED value IS 57 (22.66% from 255) = 23.27%

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

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

R = 23.27%
G = 50.61%
B = 26.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#397C40 (or 0x397C40) is known color: Japanese Laurel. HEX triplet: 39, 7C and 40. RGB value is (57,124,64). Sum of RGB (Red+Green+Blue) = 57+124+64=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #397C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C40 is #C683BF. Grayscale: #616161. Windows color (decimal): -13009856 or 4226105. OLE color: 4226105.

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

Color convert

RGB 57 124 64 -
CMYK 0.54 0 0.48 0.51
HSL 126.27º 0.37% 0.35% -
HSV(B) 126.27º 0.54% 0.49% -
XYZ 9.82 15.66 7.35 -
YUV 97.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 57 124 64 0.54 0 0.48 0.51 126.27 0.37 0.35
Hex 39 7C 40 36 0 30 33 7E 25 23
Octal 71 174 100 66 0 60 63 176 45 43
Binary 111001 1111100 1000000 110110 0 110000 110011 1111110 100101 100011

Color Harmonies of #397C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C40

Black with #397C40

Text Example


Text Example

White with #397C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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