Html Css Color HEX #3D965E Eucalyptus

📋 copy color: '#3D965E'

red 61 ◦ green 150 ◦ blue 94

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

Shades of Eucalyptus #3D965E

Tints of Eucalyptus #3D965E

RGB

 RED value IS 61 (24.22% from 255) = 20%

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 20%
G = 49.18%
B = 30.82%

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

#3D965E (or 0x3D965E) is known color: Eucalyptus. HEX triplet: 3D, 96 and 5E. RGB value is (61,150,94). Sum of RGB (Red+Green+Blue) = 61+150+94=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #3D965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D965E is #C269A1. Grayscale: #757575. Windows color (decimal): -12741026 or 6198845. OLE color: 6198845.

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

Color convert

RGB 61 150 94 -
CMYK 0.59 0 0.37 0.41
HSL 142.25º 0.42% 0.41% -
HSV(B) 142.25º 0.59% 0.59% -
XYZ 14.85 23.61 14.36 -
YUV 117.01 115.01 88.05 -
System Red Green Blue C M Y K H S L
Decimal 61 150 94 0.59 0 0.37 0.41 142.25 0.42 0.41
Hex 3D 96 5E 3B 0 25 29 8E 2A 29
Octal 75 226 136 73 0 45 51 216 52 51
Binary 111101 10010110 1011110 111011 0 100101 101001 10001110 101010 101001

Color Harmonies of #3D965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D965E

Black with #3D965E

Text Example


Text Example

White with #3D965E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,150,94); }

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

background-color css

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

 a { background-color: rgb(61,150,94); }

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

border-color css

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

 span { border-color: rgb(61,150,94); }

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