Html Css Color HEX #3F915F Eucalyptus

📋 copy color: '#3F915F'

red 63 ◦ green 145 ◦ blue 95

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

Shades of Eucalyptus #3F915F

Tints of Eucalyptus #3F915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 20.79%
G = 47.85%
B = 31.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#3F915F (or 0x3F915F) is known color: Eucalyptus. HEX triplet: 3F, 91 and 5F. RGB value is (63,145,95). Sum of RGB (Red+Green+Blue) = 63+145+95=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #3F915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F915F is #C06EA0. Grayscale: #727272. Windows color (decimal): -12611233 or 6263103. OLE color: 6263103.

HSL color Cylindrical-coordinate representation of color #3F915F: hue angle of 143.41º 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 #3F915F is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 145 95 -
CMYK 0.57 0 0.34 0.43
HSL 143.41º 0.39% 0.41% -
HSV(B) 143.41º 0.57% 0.57% -
XYZ 14.24 22.13 14.35 -
YUV 114.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 63 145 95 0.57 0 0.34 0.43 143.41 0.39 0.41
Hex 3F 91 5F 39 0 22 2B 8F 27 29
Octal 77 221 137 71 0 42 53 217 47 51
Binary 111111 10010001 1011111 111001 0 100010 101011 10001111 100111 101001

Color Harmonies of #3F915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F915F

Black with #3F915F

Text Example


Text Example

White with #3F915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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