Html Css Color HEX #397D3B Japanese Laurel

📋 copy color: '#397D3B'

red 57 ◦ green 125 ◦ blue 59

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

Shades of Japanese Laurel #397D3B

Tints of Japanese Laurel #397D3B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.87%

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 23.65%
G = 51.87%
B = 24.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#397D3B (or 0x397D3B) is known color: Japanese Laurel. HEX triplet: 39, 7D and 3B. RGB value is (57,125,59). Sum of RGB (Red+Green+Blue) = 57+125+59=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #397D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D3B is #C682C4. Grayscale: #616161. Windows color (decimal): -13009605 or 3898681. OLE color: 3898681.

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

Color convert

RGB 57 125 59 -
CMYK 0.54 0 0.53 0.51
HSL 121.76º 0.37% 0.36% -
HSV(B) 121.76º 0.54% 0.49% -
XYZ 9.81 15.85 6.68 -
YUV 97.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 57 125 59 0.54 0 0.53 0.51 121.76 0.37 0.36
Hex 39 7D 3B 36 0 35 33 7A 25 24
Octal 71 175 73 66 0 65 63 172 45 44
Binary 111001 1111101 111011 110110 0 110101 110011 1111010 100101 100100

Color Harmonies of #397D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D3B

Black with #397D3B

Text Example


Text Example

White with #397D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,59); }

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

background-color css

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

 a { background-color: rgb(57,125,59); }

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

border-color css

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

 span { border-color: rgb(57,125,59); }

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