Html Css Color HEX #3F9768 Eucalyptus

📋 copy color: '#3F9768'

red 63 ◦ green 151 ◦ blue 104

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

Shades of Eucalyptus #3F9768

Tints of Eucalyptus #3F9768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 19.81%
G = 47.48%
B = 32.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#3F9768 (or 0x3F9768) is known color: Eucalyptus. HEX triplet: 3F, 97 and 68. RGB value is (63,151,104). Sum of RGB (Red+Green+Blue) = 63+151+104=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9768 is #C06897. Grayscale: #777777. Windows color (decimal): -12609688 or 6854463. OLE color: 6854463.

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

Color convert

RGB 63 151 104 -
CMYK 0.58 0 0.31 0.41
HSL 147.95º 0.41% 0.42% -
HSV(B) 147.95º 0.58% 0.59% -
XYZ 15.62 24.19 16.94 -
YUV 119.33 119.35 87.82 -
System Red Green Blue C M Y K H S L
Decimal 63 151 104 0.58 0 0.31 0.41 147.95 0.41 0.42
Hex 3F 97 68 3A 0 1F 29 94 29 2A
Octal 77 227 150 72 0 37 51 224 51 52
Binary 111111 10010111 1101000 111010 0 11111 101001 10010100 101001 101010

Color Harmonies of #3F9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9768

Black with #3F9768

Text Example


Text Example

White with #3F9768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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