Html Css Color HEX #457966 Viridian

📋 copy color: '#457966'

red 69 ◦ green 121 ◦ blue 102

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

Shades of Viridian #457966

Tints of Viridian #457966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.44%

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 23.63%
G = 41.44%
B = 34.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#457966 (or 0x457966) is known color: Viridian. HEX triplet: 45, 79 and 66. RGB value is (69,121,102). Sum of RGB (Red+Green+Blue) = 69+121+102=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #457966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457966 is #BA8699. Grayscale: #676767. Windows color (decimal): -12224154 or 6715717. OLE color: 6715717.

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

Color convert

RGB 69 121 102 -
CMYK 0.43 0 0.16 0.53
HSL 158.08º 0.27% 0.37% -
HSV(B) 158.08º 0.43% 0.47% -
XYZ 11.69 15.9 15.02 -
YUV 103.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 69 121 102 0.43 0 0.16 0.53 158.08 0.27 0.37
Hex 45 79 66 2B 0 10 35 9E 1B 25
Octal 105 171 146 53 0 20 65 236 33 45
Binary 1000101 1111001 1100110 101011 0 10000 110101 10011110 11011 100101

Color Harmonies of #457966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457966

Black with #457966

Text Example


Text Example

White with #457966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457966; }

 p { color: rgb(69,121,102); }

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

background-color css

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

 a { background-color: rgb(69,121,102); }

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

border-color css

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

 span { border-color: rgb(69,121,102); }

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