Html Css Color HEX #419465 Eucalyptus

📋 copy color: '#419465'

red 65 ◦ green 148 ◦ blue 101

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

Shades of Eucalyptus #419465

Tints of Eucalyptus #419465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 20.7%
G = 47.13%
B = 32.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#419465 (or 0x419465) is known color: Eucalyptus. HEX triplet: 41, 94 and 65. RGB value is (65,148,101). Sum of RGB (Red+Green+Blue) = 65+148+101=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #419465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419465 is #BE6B9A. Grayscale: #757575. Windows color (decimal): -12479387 or 6657089. OLE color: 6657089.

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

Color convert

RGB 65 148 101 -
CMYK 0.56 0 0.32 0.42
HSL 146.02º 0.39% 0.42% -
HSV(B) 146.02º 0.56% 0.58% -
XYZ 15.12 23.24 16 -
YUV 117.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 65 148 101 0.56 0 0.32 0.42 146.02 0.39 0.42
Hex 41 94 65 38 0 20 2A 92 27 2A
Octal 101 224 145 70 0 40 52 222 47 52
Binary 1000001 10010100 1100101 111000 0 100000 101010 10010010 100111 101010

Color Harmonies of #419465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419465

Black with #419465

Text Example


Text Example

White with #419465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419465; }

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

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

background-color css

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

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

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

border-color css

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

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

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