Html Css Color HEX #419663 Eucalyptus

📋 copy color: '#419663'

red 65 ◦ green 150 ◦ blue 99

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

Shades of Eucalyptus #419663

Tints of Eucalyptus #419663

RGB

 RED value IS 65 (25.78% from 255) = 20.7%

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 20.7%
G = 47.77%
B = 31.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#419663 (or 0x419663) is known color: Eucalyptus. HEX triplet: 41, 96 and 63. RGB value is (65,150,99). Sum of RGB (Red+Green+Blue) = 65+150+99=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #419663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419663 is #BE699C. Grayscale: #767676. Windows color (decimal): -12478877 or 6526529. OLE color: 6526529.

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

Color convert

RGB 65 150 99 -
CMYK 0.57 0 0.34 0.41
HSL 144º 0.4% 0.42% -
HSV(B) 144º 0.57% 0.59% -
XYZ 15.34 23.84 15.6 -
YUV 118.77 116.84 89.65 -
System Red Green Blue C M Y K H S L
Decimal 65 150 99 0.57 0 0.34 0.41 144 0.4 0.42
Hex 41 96 63 39 0 22 29 90 28 2A
Octal 101 226 143 71 0 42 51 220 50 52
Binary 1000001 10010110 1100011 111001 0 100010 101001 10010000 101000 101010

Color Harmonies of #419663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419663

Black with #419663

Text Example


Text Example

White with #419663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419663; }

 p { color: rgb(65,150,99); }

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

background-color css

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

 a { background-color: rgb(65,150,99); }

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

border-color css

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

 span { border-color: rgb(65,150,99); }

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