Html Css Color HEX #459D7D Gossamer

📋 copy color: '#459D7D'

red 69 ◦ green 157 ◦ blue 125

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

Shades of Gossamer #459D7D

Tints of Gossamer #459D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.73%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 19.66%
G = 44.73%
B = 35.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#459D7D (or 0x459D7D) is known color: Gossamer. HEX triplet: 45, 9D and 7D. RGB value is (69,157,125). Sum of RGB (Red+Green+Blue) = 69+157+125=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #459D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D7D is #BA6282. Grayscale: #7F7F7F. Windows color (decimal): -12214915 or 8232261. OLE color: 8232261.

HSL color Cylindrical-coordinate representation of color #459D7D: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D7D is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 157 125 -
CMYK 0.56 0 0.20 0.38
HSL 158.18º 0.39% 0.44% -
HSV(B) 158.18º 0.56% 0.62% -
XYZ 18.21 26.86 23.63 -
YUV 127.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 69 157 125 0.56 0 0.20 0.38 158.18 0.39 0.44
Hex 45 9D 7D 38 0 14 26 9E 27 2C
Octal 105 235 175 70 0 24 46 236 47 54
Binary 1000101 10011101 1111101 111000 0 10100 100110 10011110 100111 101100

Color Harmonies of #459D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459D7D

Black with #459D7D

Text Example


Text Example

White with #459D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459D7D; }

 p { color: rgb(69,157,125); }

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

background-color css

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

 a { background-color: rgb(69,157,125); }

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

border-color css

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

 span { border-color: rgb(69,157,125); }

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