Html Css Color HEX #397E38 Japanese Laurel

📋 copy color: '#397E38'

red 57 ◦ green 126 ◦ blue 56

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

Shades of Japanese Laurel #397E38

Tints of Japanese Laurel #397E38

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.72%

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

R = 23.85%
G = 52.72%
B = 23.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#397E38 (or 0x397E38) is known color: Japanese Laurel. HEX triplet: 39, 7E and 38. RGB value is (57,126,56). Sum of RGB (Red+Green+Blue) = 57+126+56=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #397E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E38 is #C681C7. Grayscale: #616161. Windows color (decimal): -13009352 or 3702329. OLE color: 3702329.

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

Color convert

RGB 57 126 56 -
CMYK 0.55 0 0.56 0.51
HSL 119.14º 0.38% 0.36% -
HSV(B) 119.14º 0.56% 0.49% -
XYZ 9.86 16.08 6.32 -
YUV 97.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 57 126 56 0.55 0 0.56 0.51 119.14 0.38 0.36
Hex 39 7E 38 37 0 38 33 77 26 24
Octal 71 176 70 67 0 70 63 167 46 44
Binary 111001 1111110 111000 110111 0 111000 110011 1110111 100110 100100

Color Harmonies of #397E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E38

Black with #397E38

Text Example


Text Example

White with #397E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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