Html Css Color HEX #3F996A Eucalyptus

📋 copy color: '#3F996A'

red 63 ◦ green 153 ◦ blue 106

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

Shades of Eucalyptus #3F996A

Tints of Eucalyptus #3F996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 19.57%
G = 47.52%
B = 32.92%

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

#3F996A (or 0x3F996A) is known color: Eucalyptus. HEX triplet: 3F, 99 and 6A. RGB value is (63,153,106). Sum of RGB (Red+Green+Blue) = 63+153+106=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #3F996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F996A is #C06695. Grayscale: #787878. Windows color (decimal): -12609174 or 6986047. OLE color: 6986047.

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

Color convert

RGB 63 153 106 -
CMYK 0.59 0 0.31 0.4
HSL 148.67º 0.42% 0.42% -
HSV(B) 148.67º 0.59% 0.6% -
XYZ 16.04 24.88 17.59 -
YUV 120.73 119.68 86.82 -
System Red Green Blue C M Y K H S L
Decimal 63 153 106 0.59 0 0.31 0.4 148.67 0.42 0.42
Hex 3F 99 6A 3B 0 1F 28 95 2A 2A
Octal 77 231 152 73 0 37 50 225 52 52
Binary 111111 10011001 1101010 111011 0 11111 101000 10010101 101010 101010

Color Harmonies of #3F996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F996A

Black with #3F996A

Text Example


Text Example

White with #3F996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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