Html Css Color HEX #3F9262 Eucalyptus

📋 copy color: '#3F9262'

red 63 ◦ green 146 ◦ blue 98

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

Shades of Eucalyptus #3F9262

Tints of Eucalyptus #3F9262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 20.52%
G = 47.56%
B = 31.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#3F9262 (or 0x3F9262) is known color: Eucalyptus. HEX triplet: 3F, 92 and 62. RGB value is (63,146,98). Sum of RGB (Red+Green+Blue) = 63+146+98=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9262 is #C06D9D. Grayscale: #737373. Windows color (decimal): -12610974 or 6459967. OLE color: 6459967.

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

Color convert

RGB 63 146 98 -
CMYK 0.57 0 0.33 0.43
HSL 145.3º 0.4% 0.41% -
HSV(B) 145.3º 0.57% 0.57% -
XYZ 14.53 22.5 15.13 -
YUV 115.71 118 90.4 -
System Red Green Blue C M Y K H S L
Decimal 63 146 98 0.57 0 0.33 0.43 145.3 0.4 0.41
Hex 3F 92 62 39 0 21 2B 91 28 29
Octal 77 222 142 71 0 41 53 221 50 51
Binary 111111 10010010 1100010 111001 0 100001 101011 10010001 101000 101001

Color Harmonies of #3F9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9262

Black with #3F9262

Text Example


Text Example

White with #3F9262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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