Html Css Color HEX #419463 Eucalyptus

📋 copy color: '#419463'

red 65 ◦ green 148 ◦ blue 99

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

Shades of Eucalyptus #419463

Tints of Eucalyptus #419463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

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

R = 20.83%
G = 47.44%
B = 31.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#419463 (or 0x419463) is known color: Eucalyptus. HEX triplet: 41, 94 and 63. RGB value is (65,148,99). Sum of RGB (Red+Green+Blue) = 65+148+99=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #419463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419463 is #BE6B9C. Grayscale: #757575. Windows color (decimal): -12479389 or 6526017. OLE color: 6526017.

HSL color Cylindrical-coordinate representation of color #419463: hue angle of 144.58º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419463 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 99 -
CMYK 0.56 0 0.33 0.42
HSL 144.58º 0.39% 0.42% -
HSV(B) 144.58º 0.56% 0.58% -
XYZ 15.02 23.2 15.49 -
YUV 117.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 65 148 99 0.56 0 0.33 0.42 144.58 0.39 0.42
Hex 41 94 63 38 0 21 2A 91 27 2A
Octal 101 224 143 70 0 41 52 221 47 52
Binary 1000001 10010100 1100011 111000 0 100001 101010 10010001 100111 101010

Color Harmonies of #419463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419463

Black with #419463

Text Example


Text Example

White with #419463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419463; }

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

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

background-color css

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

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

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

border-color css

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

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

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