Html Css Color HEX #469369 Eucalyptus

📋 copy color: '#469369'

red 70 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #469369

Tints of Eucalyptus #469369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.65%

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

R = 21.74%
G = 45.65%
B = 32.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#469369 (or 0x469369) is known color: Eucalyptus. HEX triplet: 46, 93 and 69. RGB value is (70,147,105). Sum of RGB (Red+Green+Blue) = 70+147+105=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #469369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469369 is #B96C96. Grayscale: #777777. Windows color (decimal): -12151959 or 6918982. OLE color: 6918982.

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

Color convert

RGB 70 147 105 -
CMYK 0.52 0 0.29 0.42
HSL 147.27º 0.35% 0.43% -
HSV(B) 147.27º 0.52% 0.58% -
XYZ 15.51 23.19 17.02 -
YUV 119.19 119.99 92.92 -
System Red Green Blue C M Y K H S L
Decimal 70 147 105 0.52 0 0.29 0.42 147.27 0.35 0.43
Hex 46 93 69 34 0 1D 2A 93 23 2B
Octal 106 223 151 64 0 35 52 223 43 53
Binary 1000110 10010011 1101001 110100 0 11101 101010 10010011 100011 101011

Color Harmonies of #469369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469369

Black with #469369

Text Example


Text Example

White with #469369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469369; }

 p { color: rgb(70,147,105); }

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

background-color css

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

 a { background-color: rgb(70,147,105); }

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

border-color css

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

 span { border-color: rgb(70,147,105); }

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