Html Css Color HEX #3F9362 Eucalyptus

📋 copy color: '#3F9362'

red 63 ◦ green 147 ◦ blue 98

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

Shades of Eucalyptus #3F9362

Tints of Eucalyptus #3F9362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

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

R = 20.45%
G = 47.73%
B = 31.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#3F9362 (or 0x3F9362) is known color: Eucalyptus. HEX triplet: 3F, 93 and 62. RGB value is (63,147,98). Sum of RGB (Red+Green+Blue) = 63+147+98=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9362 is #C06C9D. Grayscale: #747474. Windows color (decimal): -12610718 or 6460223. OLE color: 6460223.

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

Color convert

RGB 63 147 98 -
CMYK 0.57 0 0.33 0.42
HSL 145º 0.4% 0.41% -
HSV(B) 145º 0.57% 0.58% -
XYZ 14.69 22.81 15.18 -
YUV 116.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 63 147 98 0.57 0 0.33 0.42 145 0.4 0.41
Hex 3F 93 62 39 0 21 2A 91 28 29
Octal 77 223 142 71 0 41 52 221 50 51
Binary 111111 10010011 1100010 111001 0 100001 101010 10010001 101000 101001

Color Harmonies of #3F9362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9362

Black with #3F9362

Text Example


Text Example

White with #3F9362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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