Html Css Color HEX #397A38 Japanese Laurel

📋 copy color: '#397A38'

red 57 ◦ green 122 ◦ blue 56

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

Shades of Japanese Laurel #397A38

Tints of Japanese Laurel #397A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 24.26%
G = 51.91%
B = 23.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#397A38 (or 0x397A38) is known color: Japanese Laurel. HEX triplet: 39, 7A and 38. RGB value is (57,122,56). Sum of RGB (Red+Green+Blue) = 57+122+56=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #397A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A38 is #C685C7. Grayscale: #5F5F5F. Windows color (decimal): -13010376 or 3701305. OLE color: 3701305.

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

Color convert

RGB 57 122 56 -
CMYK 0.53 0 0.54 0.52
HSL 119.09º 0.37% 0.35% -
HSV(B) 119.09º 0.54% 0.48% -
XYZ 9.36 15.07 6.16 -
YUV 95.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 57 122 56 0.53 0 0.54 0.52 119.09 0.37 0.35
Hex 39 7A 38 35 0 36 34 77 25 23
Octal 71 172 70 65 0 66 64 167 45 43
Binary 111001 1111010 111000 110101 0 110110 110100 1110111 100101 100011

Color Harmonies of #397A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A38

Black with #397A38

Text Example


Text Example

White with #397A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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