Html Css Color HEX #458C63 Eucalyptus

📋 copy color: '#458C63'

red 69 ◦ green 140 ◦ blue 99

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

Shades of Eucalyptus #458C63

Tints of Eucalyptus #458C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.45%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 22.4%
G = 45.45%
B = 32.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#458C63 (or 0x458C63) is known color: Eucalyptus. HEX triplet: 45, 8C and 63. RGB value is (69,140,99). Sum of RGB (Red+Green+Blue) = 69+140+99=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #458C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458C63 is #BA739C. Grayscale: #727272. Windows color (decimal): -12219293 or 6523973. OLE color: 6523973.

HSL color Cylindrical-coordinate representation of color #458C63: hue angle of 145.35º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458C63 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 140 99 -
CMYK 0.51 0 0.29 0.45
HSL 145.35º 0.34% 0.41% -
HSV(B) 145.35º 0.51% 0.55% -
XYZ 14.08 20.92 15.1 -
YUV 114.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 69 140 99 0.51 0 0.29 0.45 145.35 0.34 0.41
Hex 45 8C 63 33 0 1D 2D 91 22 29
Octal 105 214 143 63 0 35 55 221 42 51
Binary 1000101 10001100 1100011 110011 0 11101 101101 10010001 100010 101001

Color Harmonies of #458C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458C63

Black with #458C63

Text Example


Text Example

White with #458C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458C63; }

 p { color: rgb(69,140,99); }

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

background-color css

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

 a { background-color: rgb(69,140,99); }

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

border-color css

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

 span { border-color: rgb(69,140,99); }

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