Html Css Color HEX #457763 Viridian

📋 copy color: '#457763'

red 69 ◦ green 119 ◦ blue 99

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

Shades of Viridian #457763

Tints of Viridian #457763

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

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

R = 24.04%
G = 41.46%
B = 34.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#457763 (or 0x457763) is known color: Viridian. HEX triplet: 45, 77 and 63. RGB value is (69,119,99). Sum of RGB (Red+Green+Blue) = 69+119+99=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #457763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457763 is #BA889C. Grayscale: #656565. Windows color (decimal): -12224669 or 6518597. OLE color: 6518597.

HSL color Cylindrical-coordinate representation of color #457763: hue angle of 156º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457763 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 119 99 -
CMYK 0.42 0 0.17 0.53
HSL 156º 0.27% 0.37% -
HSV(B) 156º 0.42% 0.47% -
XYZ 11.3 15.36 14.17 -
YUV 101.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 69 119 99 0.42 0 0.17 0.53 156 0.27 0.37
Hex 45 77 63 2A 0 11 35 9C 1B 25
Octal 105 167 143 52 0 21 65 234 33 45
Binary 1000101 1110111 1100011 101010 0 10001 110101 10011100 11011 100101

Color Harmonies of #457763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457763

Black with #457763

Text Example


Text Example

White with #457763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457763; }

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

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

background-color css

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

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

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

border-color css

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

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

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