Html Css Color HEX #419A6D Eucalyptus

📋 copy color: '#419A6D'

red 65 ◦ green 154 ◦ blue 109

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

Shades of Eucalyptus #419A6D

Tints of Eucalyptus #419A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.95%

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 19.82%
G = 46.95%
B = 33.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#419A6D (or 0x419A6D) is known color: Eucalyptus. HEX triplet: 41, 9A and 6D. RGB value is (65,154,109). Sum of RGB (Red+Green+Blue) = 65+154+109=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #419A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A6D is #BE6592. Grayscale: #7A7A7A. Windows color (decimal): -12477843 or 7182913. OLE color: 7182913.

HSL color Cylindrical-coordinate representation of color #419A6D: hue angle of 149.66º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419A6D is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 154 109 -
CMYK 0.58 0 0.29 0.40
HSL 149.66º 0.41% 0.43% -
HSV(B) 149.66º 0.58% 0.6% -
XYZ 16.5 25.34 18.49 -
YUV 122.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 65 154 109 0.58 0 0.29 0.40 149.66 0.41 0.43
Hex 41 9A 6D 3A 0 1D 28 96 29 2B
Octal 101 232 155 72 0 35 50 226 51 53
Binary 1000001 10011010 1101101 111010 0 11101 101000 10010110 101001 101011

Color Harmonies of #419A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419A6D

Black with #419A6D

Text Example


Text Example

White with #419A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419A6D; }

 p { color: rgb(65,154,109); }

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

background-color css

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

 a { background-color: rgb(65,154,109); }

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

border-color css

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

 span { border-color: rgb(65,154,109); }

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