Html Css Color HEX #469165 Eucalyptus

📋 copy color: '#469165'

red 70 ◦ green 145 ◦ blue 101

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

Shades of Eucalyptus #469165

Tints of Eucalyptus #469165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.89%

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

R = 22.15%
G = 45.89%
B = 31.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#469165 (or 0x469165) is known color: Eucalyptus. HEX triplet: 46, 91 and 65. RGB value is (70,145,101). Sum of RGB (Red+Green+Blue) = 70+145+101=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #469165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469165 is #B96E9A. Grayscale: #757575. Windows color (decimal): -12152475 or 6656326. OLE color: 6656326.

HSL color Cylindrical-coordinate representation of color #469165: hue angle of 144.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469165 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 101 -
CMYK 0.52 0 0.30 0.43
HSL 144.8º 0.35% 0.42% -
HSV(B) 144.8º 0.52% 0.57% -
XYZ 15 22.49 15.86 -
YUV 117.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 70 145 101 0.52 0 0.30 0.43 144.8 0.35 0.42
Hex 46 91 65 34 0 1E 2B 91 23 2A
Octal 106 221 145 64 0 36 53 221 43 52
Binary 1000110 10010001 1100101 110100 0 11110 101011 10010001 100011 101010

Color Harmonies of #469165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469165

Black with #469165

Text Example


Text Example

White with #469165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469165; }

 p { color: rgb(70,145,101); }

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

background-color css

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

 a { background-color: rgb(70,145,101); }

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

border-color css

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

 span { border-color: rgb(70,145,101); }

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