Html Css Color HEX #457563 Viridian

📋 copy color: '#457563'

red 69 ◦ green 117 ◦ blue 99

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

Shades of Viridian #457563

Tints of Viridian #457563

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

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

R = 24.21%
G = 41.05%
B = 34.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#457563 (or 0x457563) is known color: Viridian. HEX triplet: 45, 75 and 63. RGB value is (69,117,99). Sum of RGB (Red+Green+Blue) = 69+117+99=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #457563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457563 is #BA8A9C. Grayscale: #646464. Windows color (decimal): -12225181 or 6518085. OLE color: 6518085.

HSL color Cylindrical-coordinate representation of color #457563: hue angle of 157.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457563 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 117 99 -
CMYK 0.41 0 0.15 0.54
HSL 157.5º 0.26% 0.36% -
HSV(B) 157.5º 0.41% 0.46% -
XYZ 11.07 14.89 14.09 -
YUV 100.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 69 117 99 0.41 0 0.15 0.54 157.5 0.26 0.36
Hex 45 75 63 29 0 F 36 9E 1A 24
Octal 105 165 143 51 0 17 66 236 32 44
Binary 1000101 1110101 1100011 101001 0 1111 110110 10011110 11010 100100

Color Harmonies of #457563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457563

Black with #457563

Text Example


Text Example

White with #457563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457563; }

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

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

background-color css

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

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

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

border-color css

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

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

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