Html Css Color HEX #3F9266 Eucalyptus

📋 copy color: '#3F9266'

red 63 ◦ green 146 ◦ blue 102

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

Shades of Eucalyptus #3F9266

Tints of Eucalyptus #3F9266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

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

R = 20.26%
G = 46.95%
B = 32.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#3F9266 (or 0x3F9266) is known color: Eucalyptus. HEX triplet: 3F, 92 and 66. RGB value is (63,146,102). Sum of RGB (Red+Green+Blue) = 63+146+102=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9266 is #C06D99. Grayscale: #747474. Windows color (decimal): -12610970 or 6722111. OLE color: 6722111.

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

Color convert

RGB 63 146 102 -
CMYK 0.57 0 0.30 0.43
HSL 148.19º 0.4% 0.41% -
HSV(B) 148.19º 0.57% 0.57% -
XYZ 14.73 22.57 16.15 -
YUV 116.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 63 146 102 0.57 0 0.30 0.43 148.19 0.4 0.41
Hex 3F 92 66 39 0 1E 2B 94 28 29
Octal 77 222 146 71 0 36 53 224 50 51
Binary 111111 10010010 1100110 111001 0 11110 101011 10010100 101000 101001

Color Harmonies of #3F9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9266

Black with #3F9266

Text Example


Text Example

White with #3F9266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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