Html Css Color HEX #3F915D Eucalyptus

📋 copy color: '#3F915D'

red 63 ◦ green 145 ◦ blue 93

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

Shades of Eucalyptus #3F915D

Tints of Eucalyptus #3F915D

RGB

 RED value IS 63 (25% from 255) = 20.93%

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 20.93%
G = 48.17%
B = 30.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#3F915D (or 0x3F915D) is known color: Eucalyptus. HEX triplet: 3F, 91 and 5D. RGB value is (63,145,93). Sum of RGB (Red+Green+Blue) = 63+145+93=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #3F915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F915D is #C06EA2. Grayscale: #727272. Windows color (decimal): -12611235 or 6132031. OLE color: 6132031.

HSL color Cylindrical-coordinate representation of color #3F915D: hue angle of 141.95º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F915D is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 145 93 -
CMYK 0.57 0 0.36 0.43
HSL 141.95º 0.39% 0.41% -
HSV(B) 141.95º 0.57% 0.57% -
XYZ 14.15 22.1 13.88 -
YUV 114.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 63 145 93 0.57 0 0.36 0.43 141.95 0.39 0.41
Hex 3F 91 5D 39 0 24 2B 8E 27 29
Octal 77 221 135 71 0 44 53 216 47 51
Binary 111111 10010001 1011101 111001 0 100100 101011 10001110 100111 101001

Color Harmonies of #3F915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F915D

Black with #3F915D

Text Example


Text Example

White with #3F915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F915D; }

 p { color: rgb(63,145,93); }

 H1.HeaderClassName
 {
   color: #3F915D;
 }
 .AnyTagClassName
 {
   color: #3F915D;
 }
</style>

background-color css

<style>
 a { background-color: #3F915D; }

 a { background-color: rgb(63,145,93); }

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

border-color css

<style>
 span { border-color: #3F915D; }

 span { border-color: rgb(63,145,93); }

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