Html Css Color HEX #3F976A Eucalyptus

📋 copy color: '#3F976A'

red 63 ◦ green 151 ◦ blue 106

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

Shades of Eucalyptus #3F976A

Tints of Eucalyptus #3F976A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.19%

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

R = 19.69%
G = 47.19%
B = 33.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#3F976A (or 0x3F976A) is known color: Eucalyptus. HEX triplet: 3F, 97 and 6A. RGB value is (63,151,106). Sum of RGB (Red+Green+Blue) = 63+151+106=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #3F976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F976A is #C06895. Grayscale: #777777. Windows color (decimal): -12609686 or 6985535. OLE color: 6985535.

HSL color Cylindrical-coordinate representation of color #3F976A: hue angle of 149.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F976A is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 151 106 -
CMYK 0.58 0 0.30 0.41
HSL 149.32º 0.41% 0.42% -
HSV(B) 149.32º 0.58% 0.59% -
XYZ 15.72 24.23 17.48 -
YUV 119.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 63 151 106 0.58 0 0.30 0.41 149.32 0.41 0.42
Hex 3F 97 6A 3A 0 1E 29 95 29 2A
Octal 77 227 152 72 0 36 51 225 51 52
Binary 111111 10010111 1101010 111010 0 11110 101001 10010101 101001 101010

Color Harmonies of #3F976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F976A

Black with #3F976A

Text Example


Text Example

White with #3F976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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