Html Css Color HEX #459469 Eucalyptus

📋 copy color: '#459469'

red 69 ◦ green 148 ◦ blue 105

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

Shades of Eucalyptus #459469

Tints of Eucalyptus #459469

RGB

 RED value IS 69 (27.34% from 255) = 21.43%

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

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 21.43%
G = 45.96%
B = 32.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#459469 (or 0x459469) is known color: Eucalyptus. HEX triplet: 45, 94 and 69. RGB value is (69,148,105). Sum of RGB (Red+Green+Blue) = 69+148+105=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #459469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459469 is #BA6B96. Grayscale: #777777. Windows color (decimal): -12217239 or 6919237. OLE color: 6919237.

HSL color Cylindrical-coordinate representation of color #459469: hue angle of 147.34º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459469 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 148 105 -
CMYK 0.53 0 0.29 0.42
HSL 147.34º 0.36% 0.43% -
HSV(B) 147.34º 0.53% 0.58% -
XYZ 15.59 23.46 17.07 -
YUV 119.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 69 148 105 0.53 0 0.29 0.42 147.34 0.36 0.43
Hex 45 94 69 35 0 1D 2A 93 24 2B
Octal 105 224 151 65 0 35 52 223 44 53
Binary 1000101 10010100 1101001 110101 0 11101 101010 10010011 100100 101011

Color Harmonies of #459469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459469

Black with #459469

Text Example


Text Example

White with #459469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459469; }

 p { color: rgb(69,148,105); }

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

background-color css

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

 a { background-color: rgb(69,148,105); }

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

border-color css

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

 span { border-color: rgb(69,148,105); }

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