Html Css Color HEX #397940 Japanese Laurel

📋 copy color: '#397940'

red 57 ◦ green 121 ◦ blue 64

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

Shades of Japanese Laurel #397940

Tints of Japanese Laurel #397940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50%

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

R = 23.55%
G = 50%
B = 26.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#397940 (or 0x397940) is known color: Japanese Laurel. HEX triplet: 39, 79 and 40. RGB value is (57,121,64). Sum of RGB (Red+Green+Blue) = 57+121+64=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #397940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397940 is #C686BF. Grayscale: #5F5F5F. Windows color (decimal): -13010624 or 4225337. OLE color: 4225337.

HSL color Cylindrical-coordinate representation of color #397940: hue angle of 126.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397940 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 121 64 -
CMYK 0.53 0 0.47 0.53
HSL 126.56º 0.36% 0.35% -
HSV(B) 126.56º 0.53% 0.47% -
XYZ 9.45 14.91 7.23 -
YUV 95.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 57 121 64 0.53 0 0.47 0.53 126.56 0.36 0.35
Hex 39 79 40 35 0 2F 35 7F 24 23
Octal 71 171 100 65 0 57 65 177 44 43
Binary 111001 1111001 1000000 110101 0 101111 110101 1111111 100100 100011

Color Harmonies of #397940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397940

Black with #397940

Text Example


Text Example

White with #397940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397940; }

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

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

background-color css

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

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

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

border-color css

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

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

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