Html Css Color HEX #3F9872 Eucalyptus

📋 copy color: '#3F9872'

red 63 ◦ green 152 ◦ blue 114

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

Shades of Eucalyptus #3F9872

Tints of Eucalyptus #3F9872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 19.15%
G = 46.2%
B = 34.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#3F9872 (or 0x3F9872) is known color: Eucalyptus. HEX triplet: 3F, 98 and 72. RGB value is (63,152,114). Sum of RGB (Red+Green+Blue) = 63+152+114=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9872 is #C0678D. Grayscale: #797979. Windows color (decimal): -12609422 or 7510079. OLE color: 7510079.

HSL color Cylindrical-coordinate representation of color #3F9872: hue angle of 154.38º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9872 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 114 -
CMYK 0.59 0 0.25 0.40
HSL 154.38º 0.41% 0.42% -
HSV(B) 154.38º 0.59% 0.6% -
XYZ 16.32 24.73 19.83 -
YUV 121.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 63 152 114 0.59 0 0.25 0.40 154.38 0.41 0.42
Hex 3F 98 72 3B 0 19 28 9A 29 2A
Octal 77 230 162 73 0 31 50 232 51 52
Binary 111111 10011000 1110010 111011 0 11001 101000 10011010 101001 101010

Color Harmonies of #3F9872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9872

Black with #3F9872

Text Example


Text Example

White with #3F9872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,152,114); }

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

background-color css

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

 a { background-color: rgb(63,152,114); }

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

border-color css

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

 span { border-color: rgb(63,152,114); }

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