Html Css Color HEX #397D40 Japanese Laurel

📋 copy color: '#397D40'

red 57 ◦ green 125 ◦ blue 64

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

Shades of Japanese Laurel #397D40

Tints of Japanese Laurel #397D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.81%

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

R = 23.17%
G = 50.81%
B = 26.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#397D40 (or 0x397D40) is known color: Japanese Laurel. HEX triplet: 39, 7D and 40. RGB value is (57,125,64). Sum of RGB (Red+Green+Blue) = 57+125+64=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #397D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D40 is #C682BF. Grayscale: #616161. Windows color (decimal): -13009600 or 4226361. OLE color: 4226361.

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

Color convert

RGB 57 125 64 -
CMYK 0.54 0 0.49 0.51
HSL 126.18º 0.37% 0.36% -
HSV(B) 126.18º 0.54% 0.49% -
XYZ 9.95 15.91 7.4 -
YUV 97.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 57 125 64 0.54 0 0.49 0.51 126.18 0.37 0.36
Hex 39 7D 40 36 0 31 33 7E 25 24
Octal 71 175 100 66 0 61 63 176 45 44
Binary 111001 1111101 1000000 110110 0 110001 110011 1111110 100101 100100

Color Harmonies of #397D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D40

Black with #397D40

Text Example


Text Example

White with #397D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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