Html Css Color HEX #3F9066 Eucalyptus

📋 copy color: '#3F9066'

red 63 ◦ green 144 ◦ blue 102

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

Shades of Eucalyptus #3F9066

Tints of Eucalyptus #3F9066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 20.39%
G = 46.6%
B = 33.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#3F9066 (or 0x3F9066) is known color: Eucalyptus. HEX triplet: 3F, 90 and 66. RGB value is (63,144,102). Sum of RGB (Red+Green+Blue) = 63+144+102=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9066 is #C06F99. Grayscale: #737373. Windows color (decimal): -12611482 or 6721599. OLE color: 6721599.

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

Color convert

RGB 63 144 102 -
CMYK 0.56 0 0.29 0.44
HSL 148.89º 0.39% 0.41% -
HSV(B) 148.89º 0.56% 0.56% -
XYZ 14.42 21.96 16.05 -
YUV 114.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 63 144 102 0.56 0 0.29 0.44 148.89 0.39 0.41
Hex 3F 90 66 38 0 1D 2C 95 27 29
Octal 77 220 146 70 0 35 54 225 47 51
Binary 111111 10010000 1100110 111000 0 11101 101100 10010101 100111 101001

Color Harmonies of #3F9066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9066

Black with #3F9066

Text Example


Text Example

White with #3F9066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,144,102); }

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

background-color css

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

 a { background-color: rgb(63,144,102); }

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

border-color css

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

 span { border-color: rgb(63,144,102); }

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