Html Css Color HEX #469367 Eucalyptus

📋 copy color: '#469367'

red 70 ◦ green 147 ◦ blue 103

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

Shades of Eucalyptus #469367

Tints of Eucalyptus #469367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 21.88%
G = 45.94%
B = 32.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#469367 (or 0x469367) is known color: Eucalyptus. HEX triplet: 46, 93 and 67. RGB value is (70,147,103). Sum of RGB (Red+Green+Blue) = 70+147+103=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #469367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469367 is #B96C98. Grayscale: #777777. Windows color (decimal): -12151961 or 6787910. OLE color: 6787910.

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

Color convert

RGB 70 147 103 -
CMYK 0.52 0 0.30 0.42
HSL 145.71º 0.35% 0.43% -
HSV(B) 145.71º 0.52% 0.58% -
XYZ 15.41 23.15 16.49 -
YUV 118.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 70 147 103 0.52 0 0.30 0.42 145.71 0.35 0.43
Hex 46 93 67 34 0 1E 2A 92 23 2B
Octal 106 223 147 64 0 36 52 222 43 53
Binary 1000110 10010011 1100111 110100 0 11110 101010 10010010 100011 101011

Color Harmonies of #469367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469367

Black with #469367

Text Example


Text Example

White with #469367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469367; }

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

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

background-color css

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

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

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

border-color css

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

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

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