Html Css Color HEX #458275 Viridian

📋 copy color: '#458275'

red 69 ◦ green 130 ◦ blue 117

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

Shades of Viridian #458275

Tints of Viridian #458275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

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

R = 21.84%
G = 41.14%
B = 37.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#458275 (or 0x458275) is known color: Viridian. HEX triplet: 45, 82 and 75. RGB value is (69,130,117). Sum of RGB (Red+Green+Blue) = 69+130+117=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #458275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458275 is #BA7D8A. Grayscale: #6E6E6E. Windows color (decimal): -12221835 or 7701061. OLE color: 7701061.

HSL color Cylindrical-coordinate representation of color #458275: hue angle of 167.21º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458275 is Cyan = 0.47, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 130 117 -
CMYK 0.47 0 0.1 0.49
HSL 167.21º 0.31% 0.39% -
HSV(B) 167.21º 0.47% 0.51% -
XYZ 13.65 18.51 19.68 -
YUV 110.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 69 130 117 0.47 0 0.1 0.49 167.21 0.31 0.39
Hex 45 82 75 2F 0 A 31 A7 1F 27
Octal 105 202 165 57 0 12 61 247 37 47
Binary 1000101 10000010 1110101 101111 0 1010 110001 10100111 11111 100111

Color Harmonies of #458275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458275

Black with #458275

Text Example


Text Example

White with #458275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458275; }

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

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

background-color css

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

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

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

border-color css

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

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

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