Html Css Color HEX #458175 Viridian

📋 copy color: '#458175'

red 69 ◦ green 129 ◦ blue 117

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

Shades of Viridian #458175

Tints of Viridian #458175

RGB

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

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

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

R = 21.9%
G = 40.95%
B = 37.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#458175 (or 0x458175) is known color: Viridian. HEX triplet: 45, 81 and 75. RGB value is (69,129,117). Sum of RGB (Red+Green+Blue) = 69+129+117=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #458175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458175 is #BA7E8A. Grayscale: #6D6D6D. Windows color (decimal): -12222091 or 7700805. OLE color: 7700805.

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

Color convert

RGB 69 129 117 -
CMYK 0.47 0 0.09 0.49
HSL 168º 0.3% 0.39% -
HSV(B) 168º 0.47% 0.51% -
XYZ 13.52 18.25 19.64 -
YUV 109.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 69 129 117 0.47 0 0.09 0.49 168 0.3 0.39
Hex 45 81 75 2F 0 9 31 A8 1E 27
Octal 105 201 165 57 0 11 61 250 36 47
Binary 1000101 10000001 1110101 101111 0 1001 110001 10101000 11110 100111

Color Harmonies of #458175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458175

Black with #458175

Text Example


Text Example

White with #458175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458175; }

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

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

background-color css

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

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

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

border-color css

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

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

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