Html Css Color HEX #397F3A Japanese Laurel

📋 copy color: '#397F3A'

red 57 ◦ green 127 ◦ blue 58

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

Shades of Japanese Laurel #397F3A

Tints of Japanese Laurel #397F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 23.55%
G = 52.48%
B = 23.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#397F3A (or 0x397F3A) is known color: Japanese Laurel. HEX triplet: 39, 7F and 3A. RGB value is (57,127,58). Sum of RGB (Red+Green+Blue) = 57+127+58=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #397F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F3A is #C680C5. Grayscale: #626262. Windows color (decimal): -13009094 or 3833657. OLE color: 3833657.

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

Color convert

RGB 57 127 58 -
CMYK 0.55 0 0.54 0.50
HSL 120.86º 0.38% 0.36% -
HSV(B) 120.86º 0.55% 0.5% -
XYZ 10.04 16.35 6.63 -
YUV 98.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 57 127 58 0.55 0 0.54 0.50 120.86 0.38 0.36
Hex 39 7F 3A 37 0 36 32 79 26 24
Octal 71 177 72 67 0 66 62 171 46 44
Binary 111001 1111111 111010 110111 0 110110 110010 1111001 100110 100100

Color Harmonies of #397F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F3A

Black with #397F3A

Text Example


Text Example

White with #397F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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