Html Css Color HEX #397C3B Japanese Laurel

📋 copy color: '#397C3B'

red 57 ◦ green 124 ◦ blue 59

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

Shades of Japanese Laurel #397C3B

Tints of Japanese Laurel #397C3B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.67%

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

R = 23.75%
G = 51.67%
B = 24.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#397C3B (or 0x397C3B) is known color: Japanese Laurel. HEX triplet: 39, 7C and 3B. RGB value is (57,124,59). Sum of RGB (Red+Green+Blue) = 57+124+59=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #397C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C3B is #C683C4. Grayscale: #606060. Windows color (decimal): -13009861 or 3898425. OLE color: 3898425.

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

Color convert

RGB 57 124 59 -
CMYK 0.54 0 0.52 0.51
HSL 121.79º 0.37% 0.35% -
HSV(B) 121.79º 0.54% 0.49% -
XYZ 9.68 15.6 6.64 -
YUV 96.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 57 124 59 0.54 0 0.52 0.51 121.79 0.37 0.35
Hex 39 7C 3B 36 0 34 33 7A 25 23
Octal 71 174 73 66 0 64 63 172 45 43
Binary 111001 1111100 111011 110110 0 110100 110011 1111010 100101 100011

Color Harmonies of #397C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C3B

Black with #397C3B

Text Example


Text Example

White with #397C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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