Html Css Color HEX #397F38 Japanese Laurel

📋 copy color: '#397F38'

red 57 ◦ green 127 ◦ blue 56

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

Shades of Japanese Laurel #397F38

Tints of Japanese Laurel #397F38

RGB

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

 GREEN value IS 127 (50% from 255) = 52.92%

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

R = 23.75%
G = 52.92%
B = 23.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#397F38 (or 0x397F38) is known color: Japanese Laurel. HEX triplet: 39, 7F and 38. RGB value is (57,127,56). Sum of RGB (Red+Green+Blue) = 57+127+56=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #397F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F38 is #C680C7. Grayscale: #626262. Windows color (decimal): -13009096 or 3702585. OLE color: 3702585.

HSL color Cylindrical-coordinate representation of color #397F38: hue angle of 119.15º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397F38 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 56 -
CMYK 0.55 0 0.56 0.50
HSL 119.15º 0.39% 0.36% -
HSV(B) 119.15º 0.56% 0.5% -
XYZ 9.99 16.33 6.37 -
YUV 97.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 57 127 56 0.55 0 0.56 0.50 119.15 0.39 0.36
Hex 39 7F 38 37 0 38 32 77 27 24
Octal 71 177 70 67 0 70 62 167 47 44
Binary 111001 1111111 111000 110111 0 111000 110010 1110111 100111 100100

Color Harmonies of #397F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F38

Black with #397F38

Text Example


Text Example

White with #397F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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