Html Css Color HEX #469466 Eucalyptus

📋 copy color: '#469466'

red 70 ◦ green 148 ◦ blue 102

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

Shades of Eucalyptus #469466

Tints of Eucalyptus #469466

RGB

 RED value IS 70 (27.73% from 255) = 21.88%

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

 BLUE value IS 102 (40.23% from 255) = 31.88%

R = 21.88%
G = 46.25%
B = 31.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#469466 (or 0x469466) is known color: Eucalyptus. HEX triplet: 46, 94 and 66. RGB value is (70,148,102). Sum of RGB (Red+Green+Blue) = 70+148+102=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #469466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469466 is #B96B99. Grayscale: #777777. Windows color (decimal): -12151706 or 6722630. OLE color: 6722630.

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

Color convert

RGB 70 148 102 -
CMYK 0.53 0 0.31 0.42
HSL 144.62º 0.36% 0.43% -
HSV(B) 144.62º 0.53% 0.58% -
XYZ 15.51 23.44 16.28 -
YUV 119.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 70 148 102 0.53 0 0.31 0.42 144.62 0.36 0.43
Hex 46 94 66 35 0 1F 2A 91 24 2B
Octal 106 224 146 65 0 37 52 221 44 53
Binary 1000110 10010100 1100110 110101 0 11111 101010 10010001 100100 101011

Color Harmonies of #469466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469466

Black with #469466

Text Example


Text Example

White with #469466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469466; }

 p { color: rgb(70,148,102); }

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

background-color css

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

 a { background-color: rgb(70,148,102); }

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

border-color css

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

 span { border-color: rgb(70,148,102); }

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