Html Css Color HEX #397F3C Japanese Laurel

📋 copy color: '#397F3C'

red 57 ◦ green 127 ◦ blue 60

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

Shades of Japanese Laurel #397F3C

Tints of Japanese Laurel #397F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.59%

R = 23.36%
G = 52.05%
B = 24.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#397F3C (or 0x397F3C) is known color: Japanese Laurel. HEX triplet: 39, 7F and 3C. RGB value is (57,127,60). Sum of RGB (Red+Green+Blue) = 57+127+60=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #397F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F3C is #C680C3. Grayscale: #626262. Windows color (decimal): -13009092 or 3964729. OLE color: 3964729.

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

Color convert

RGB 57 127 60 -
CMYK 0.55 0 0.53 0.50
HSL 122.57º 0.38% 0.36% -
HSV(B) 122.57º 0.55% 0.5% -
XYZ 10.09 16.37 6.9 -
YUV 98.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 57 127 60 0.55 0 0.53 0.50 122.57 0.38 0.36
Hex 39 7F 3C 37 0 35 32 7B 26 24
Octal 71 177 74 67 0 65 62 173 46 44
Binary 111001 1111111 111100 110111 0 110101 110010 1111011 100110 100100

Color Harmonies of #397F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F3C

Black with #397F3C

Text Example


Text Example

White with #397F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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