Html Css Color HEX #3D9864 Eucalyptus

📋 copy color: '#3D9864'

red 61 ◦ green 152 ◦ blue 100

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

Shades of Eucalyptus #3D9864

Tints of Eucalyptus #3D9864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.56%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 19.49%
G = 48.56%
B = 31.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#3D9864 (or 0x3D9864) is known color: Eucalyptus. HEX triplet: 3D, 98 and 64. RGB value is (61,152,100). Sum of RGB (Red+Green+Blue) = 61+152+100=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #3D9864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9864 is #C2679B. Grayscale: #767676. Windows color (decimal): -12740508 or 6592573. OLE color: 6592573.

HSL color Cylindrical-coordinate representation of color #3D9864: hue angle of 145.71º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9864 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 152 100 -
CMYK 0.60 0 0.34 0.40
HSL 145.71º 0.43% 0.42% -
HSV(B) 145.71º 0.6% 0.6% -
XYZ 15.45 24.37 15.95 -
YUV 118.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 61 152 100 0.60 0 0.34 0.40 145.71 0.43 0.42
Hex 3D 98 64 3C 0 22 28 92 2B 2A
Octal 75 230 144 74 0 42 50 222 53 52
Binary 111101 10011000 1100100 111100 0 100010 101000 10010010 101011 101010

Color Harmonies of #3D9864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9864

Black with #3D9864

Text Example


Text Example

White with #3D9864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,152,100); }

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

background-color css

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

 a { background-color: rgb(61,152,100); }

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

border-color css

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

 span { border-color: rgb(61,152,100); }

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