Html Css Color HEX #3F9969 Eucalyptus

📋 copy color: '#3F9969'

red 63 ◦ green 153 ◦ blue 105

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

Shades of Eucalyptus #3F9969

Tints of Eucalyptus #3F9969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 19.63%
G = 47.66%
B = 32.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#3F9969 (or 0x3F9969) is known color: Eucalyptus. HEX triplet: 3F, 99 and 69. RGB value is (63,153,105). Sum of RGB (Red+Green+Blue) = 63+153+105=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9969 is #C06696. Grayscale: #787878. Windows color (decimal): -12609175 or 6920511. OLE color: 6920511.

HSL color Cylindrical-coordinate representation of color #3F9969: hue angle of 148º degrees, saturation: 0.42, 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 #3F9969 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 153 105 -
CMYK 0.59 0 0.31 0.4
HSL 148º 0.42% 0.42% -
HSV(B) 148º 0.59% 0.6% -
XYZ 15.99 24.86 17.32 -
YUV 120.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 63 153 105 0.59 0 0.31 0.4 148 0.42 0.42
Hex 3F 99 69 3B 0 1F 28 94 2A 2A
Octal 77 231 151 73 0 37 50 224 52 52
Binary 111111 10011001 1101001 111011 0 11111 101000 10010100 101010 101010

Color Harmonies of #3F9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9969

Black with #3F9969

Text Example


Text Example

White with #3F9969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,153,105); }

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

background-color css

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

 a { background-color: rgb(63,153,105); }

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

border-color css

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

 span { border-color: rgb(63,153,105); }

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