Html Css Color HEX #397C3E Japanese Laurel

📋 copy color: '#397C3E'

red 57 ◦ green 124 ◦ blue 62

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

Shades of Japanese Laurel #397C3E

Tints of Japanese Laurel #397C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 23.46%
G = 51.03%
B = 25.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#397C3E (or 0x397C3E) is known color: Japanese Laurel. HEX triplet: 39, 7C and 3E. RGB value is (57,124,62). Sum of RGB (Red+Green+Blue) = 57+124+62=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #397C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C3E is #C683C1. Grayscale: #616161. Windows color (decimal): -13009858 or 4095033. OLE color: 4095033.

HSL color Cylindrical-coordinate representation of color #397C3E: hue angle of 124.48º 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 #397C3E is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 124 62 -
CMYK 0.54 0 0.5 0.51
HSL 124.48º 0.37% 0.35% -
HSV(B) 124.48º 0.54% 0.49% -
XYZ 9.76 15.63 7.06 -
YUV 96.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 57 124 62 0.54 0 0.5 0.51 124.48 0.37 0.35
Hex 39 7C 3E 36 0 32 33 7C 25 23
Octal 71 174 76 66 0 62 63 174 45 43
Binary 111001 1111100 111110 110110 0 110010 110011 1111100 100101 100011

Color Harmonies of #397C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C3E

Black with #397C3E

Text Example


Text Example

White with #397C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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