Html Css Color HEX #3E965F Eucalyptus

📋 copy color: '#3E965F'

red 62 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #3E965F

Tints of Eucalyptus #3E965F

RGB

 RED value IS 62 (24.61% from 255) = 20.2%

 GREEN value IS 150 (58.98% from 255) = 48.86%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 20.2%
G = 48.86%
B = 30.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#3E965F (or 0x3E965F) is known color: Eucalyptus. HEX triplet: 3E, 96 and 5F. RGB value is (62,150,95). Sum of RGB (Red+Green+Blue) = 62+150+95=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #3E965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E965F is #C169A0. Grayscale: #757575. Windows color (decimal): -12675489 or 6264382. OLE color: 6264382.

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

Color convert

RGB 62 150 95 -
CMYK 0.59 0 0.37 0.41
HSL 142.5º 0.42% 0.42% -
HSV(B) 142.5º 0.59% 0.59% -
XYZ 14.96 23.66 14.61 -
YUV 117.42 115.35 88.47 -
System Red Green Blue C M Y K H S L
Decimal 62 150 95 0.59 0 0.37 0.41 142.5 0.42 0.42
Hex 3E 96 5F 3B 0 25 29 8E 2A 2A
Octal 76 226 137 73 0 45 51 216 52 52
Binary 111110 10010110 1011111 111011 0 100101 101001 10001110 101010 101010

Color Harmonies of #3E965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E965F

Black with #3E965F

Text Example


Text Example

White with #3E965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,150,95); }

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

background-color css

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

 a { background-color: rgb(62,150,95); }

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

border-color css

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

 span { border-color: rgb(62,150,95); }

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