Html Css Color HEX #419461 Eucalyptus

📋 copy color: '#419461'

red 65 ◦ green 148 ◦ blue 97

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

Shades of Eucalyptus #419461

Tints of Eucalyptus #419461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 20.97%
G = 47.74%
B = 31.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#419461 (or 0x419461) is known color: Eucalyptus. HEX triplet: 41, 94 and 61. RGB value is (65,148,97). Sum of RGB (Red+Green+Blue) = 65+148+97=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #419461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419461 is #BE6B9E. Grayscale: #757575. Windows color (decimal): -12479391 or 6394945. OLE color: 6394945.

HSL color Cylindrical-coordinate representation of color #419461: hue angle of 143.13º 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 #419461 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 97 -
CMYK 0.56 0 0.34 0.42
HSL 143.13º 0.39% 0.42% -
HSV(B) 143.13º 0.56% 0.58% -
XYZ 14.93 23.17 14.99 -
YUV 117.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 65 148 97 0.56 0 0.34 0.42 143.13 0.39 0.42
Hex 41 94 61 38 0 22 2A 8F 27 2A
Octal 101 224 141 70 0 42 52 217 47 52
Binary 1000001 10010100 1100001 111000 0 100010 101010 10001111 100111 101010

Color Harmonies of #419461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419461

Black with #419461

Text Example


Text Example

White with #419461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419461; }

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

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

background-color css

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

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

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

border-color css

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

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

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