Html Css Color HEX #459275 Viridian

📋 copy color: '#459275'

red 69 ◦ green 146 ◦ blue 117

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

Shades of Viridian #459275

Tints of Viridian #459275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 20.78%
G = 43.98%
B = 35.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#459275 (or 0x459275) is known color: Viridian. HEX triplet: 45, 92 and 75. RGB value is (69,146,117). Sum of RGB (Red+Green+Blue) = 69+146+117=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #459275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459275 is #BA6D8A. Grayscale: #777777. Windows color (decimal): -12217739 or 7705157. OLE color: 7705157.

HSL color Cylindrical-coordinate representation of color #459275: hue angle of 157.4º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459275 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 146 117 -
CMYK 0.53 0 0.20 0.43
HSL 157.4º 0.36% 0.42% -
HSV(B) 157.4º 0.53% 0.57% -
XYZ 15.94 23.11 20.45 -
YUV 119.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 69 146 117 0.53 0 0.20 0.43 157.4 0.36 0.42
Hex 45 92 75 35 0 14 2B 9D 24 2A
Octal 105 222 165 65 0 24 53 235 44 52
Binary 1000101 10010010 1110101 110101 0 10100 101011 10011101 100100 101010

Color Harmonies of #459275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459275

Black with #459275

Text Example


Text Example

White with #459275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459275; }

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

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

background-color css

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

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

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

border-color css

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

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

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