Html Css Color HEX #458271 Viridian

📋 copy color: '#458271'

red 69 ◦ green 130 ◦ blue 113

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

Shades of Viridian #458271

Tints of Viridian #458271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 22.12%
G = 41.67%
B = 36.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#458271 (or 0x458271) is known color: Viridian. HEX triplet: 45, 82 and 71. RGB value is (69,130,113). Sum of RGB (Red+Green+Blue) = 69+130+113=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #458271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458271 is #BA7D8E. Grayscale: #6D6D6D. Windows color (decimal): -12221839 or 7438917. OLE color: 7438917.

HSL color Cylindrical-coordinate representation of color #458271: hue angle of 163.28º 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 #458271 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 130 113 -
CMYK 0.47 0 0.13 0.49
HSL 163.28º 0.31% 0.39% -
HSV(B) 163.28º 0.47% 0.51% -
XYZ 13.42 18.42 18.47 -
YUV 109.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 69 130 113 0.47 0 0.13 0.49 163.28 0.31 0.39
Hex 45 82 71 2F 0 D 31 A3 1F 27
Octal 105 202 161 57 0 15 61 243 37 47
Binary 1000101 10000010 1110001 101111 0 1101 110001 10100011 11111 100111

Color Harmonies of #458271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458271

Black with #458271

Text Example


Text Example

White with #458271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458271; }

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

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

background-color css

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

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

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

border-color css

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

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

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