Html Css Color HEX #3F9864 Eucalyptus

📋 copy color: '#3F9864'

red 63 ◦ green 152 ◦ blue 100

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

Shades of Eucalyptus #3F9864

Tints of Eucalyptus #3F9864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 20%
G = 48.25%
B = 31.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#3F9864 (or 0x3F9864) is known color: Eucalyptus. HEX triplet: 3F, 98 and 64. RGB value is (63,152,100). Sum of RGB (Red+Green+Blue) = 63+152+100=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9864 is #C0679B. Grayscale: #777777. Windows color (decimal): -12609436 or 6592575. OLE color: 6592575.

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

Color convert

RGB 63 152 100 -
CMYK 0.59 0 0.34 0.40
HSL 144.94º 0.41% 0.42% -
HSV(B) 144.94º 0.59% 0.6% -
XYZ 15.58 24.43 15.95 -
YUV 119.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 63 152 100 0.59 0 0.34 0.40 144.94 0.41 0.42
Hex 3F 98 64 3B 0 22 28 91 29 2A
Octal 77 230 144 73 0 42 50 221 51 52
Binary 111111 10011000 1100100 111011 0 100010 101000 10010001 101001 101010

Color Harmonies of #3F9864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9864

Black with #3F9864

Text Example


Text Example

White with #3F9864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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