Html Css Color HEX #458172 Viridian

📋 copy color: '#458172'

red 69 ◦ green 129 ◦ blue 114

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

Shades of Viridian #458172

Tints of Viridian #458172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 22.12%
G = 41.35%
B = 36.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#458172 (or 0x458172) is known color: Viridian. HEX triplet: 45, 81 and 72. RGB value is (69,129,114). Sum of RGB (Red+Green+Blue) = 69+129+114=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #458172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458172 is #BA7E8D. Grayscale: #6D6D6D. Windows color (decimal): -12222094 or 7504197. OLE color: 7504197.

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

Color convert

RGB 69 129 114 -
CMYK 0.47 0 0.12 0.49
HSL 165º 0.3% 0.39% -
HSV(B) 165º 0.47% 0.51% -
XYZ 13.34 18.18 18.73 -
YUV 109.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 69 129 114 0.47 0 0.12 0.49 165 0.3 0.39
Hex 45 81 72 2F 0 C 31 A5 1E 27
Octal 105 201 162 57 0 14 61 245 36 47
Binary 1000101 10000001 1110010 101111 0 1100 110001 10100101 11110 100111

Color Harmonies of #458172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458172

Black with #458172

Text Example


Text Example

White with #458172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458172; }

 p { color: rgb(69,129,114); }

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

background-color css

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

 a { background-color: rgb(69,129,114); }

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

border-color css

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

 span { border-color: rgb(69,129,114); }

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