Html Css Color HEX #397A40 Japanese Laurel

📋 copy color: '#397A40'

red 57 ◦ green 122 ◦ blue 64

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

Shades of Japanese Laurel #397A40

Tints of Japanese Laurel #397A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.21%

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

R = 23.46%
G = 50.21%
B = 26.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#397A40 (or 0x397A40) is known color: Japanese Laurel. HEX triplet: 39, 7A and 40. RGB value is (57,122,64). Sum of RGB (Red+Green+Blue) = 57+122+64=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #397A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A40 is #C685BF. Grayscale: #606060. Windows color (decimal): -13010368 or 4225593. OLE color: 4225593.

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

Color convert

RGB 57 122 64 -
CMYK 0.53 0 0.48 0.52
HSL 126.46º 0.36% 0.35% -
HSV(B) 126.46º 0.53% 0.48% -
XYZ 9.57 15.16 7.27 -
YUV 95.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 57 122 64 0.53 0 0.48 0.52 126.46 0.36 0.35
Hex 39 7A 40 35 0 30 34 7E 24 23
Octal 71 172 100 65 0 60 64 176 44 43
Binary 111001 1111010 1000000 110101 0 110000 110100 1111110 100100 100011

Color Harmonies of #397A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A40

Black with #397A40

Text Example


Text Example

White with #397A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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