Html Css Color HEX #3D8962 Eucalyptus

📋 copy color: '#3D8962'

red 61 ◦ green 137 ◦ blue 98

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

Shades of Eucalyptus #3D8962

Tints of Eucalyptus #3D8962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.28%

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

R = 20.61%
G = 46.28%
B = 33.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#3D8962 (or 0x3D8962) is known color: Eucalyptus. HEX triplet: 3D, 89 and 62. RGB value is (61,137,98). Sum of RGB (Red+Green+Blue) = 61+137+98=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8962 is #C2769D. Grayscale: #6D6D6D. Windows color (decimal): -12744350 or 6457661. OLE color: 6457661.

HSL color Cylindrical-coordinate representation of color #3D8962: hue angle of 149.21º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8962 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 137 98 -
CMYK 0.55 0 0.28 0.46
HSL 149.21º 0.38% 0.39% -
HSV(B) 149.21º 0.55% 0.54% -
XYZ 13.07 19.77 14.68 -
YUV 109.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 61 137 98 0.55 0 0.28 0.46 149.21 0.38 0.39
Hex 3D 89 62 37 0 1C 2E 95 26 27
Octal 75 211 142 67 0 34 56 225 46 47
Binary 111101 10001001 1100010 110111 0 11100 101110 10010101 100110 100111

Color Harmonies of #3D8962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8962

Black with #3D8962

Text Example


Text Example

White with #3D8962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,137,98); }

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

background-color css

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

 a { background-color: rgb(61,137,98); }

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

border-color css

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

 span { border-color: rgb(61,137,98); }

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