Html Css Color HEX #458975 Viridian

📋 copy color: '#458975'

red 69 ◦ green 137 ◦ blue 117

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

Shades of Viridian #458975

Tints of Viridian #458975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 21.36%
G = 42.41%
B = 36.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#458975 (or 0x458975) is known color: Viridian. HEX triplet: 45, 89 and 75. RGB value is (69,137,117). Sum of RGB (Red+Green+Blue) = 69+137+117=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #458975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458975 is #BA768A. Grayscale: #727272. Windows color (decimal): -12220043 or 7702853. OLE color: 7702853.

HSL color Cylindrical-coordinate representation of color #458975: hue angle of 162.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458975 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 137 117 -
CMYK 0.50 0 0.15 0.46
HSL 162.35º 0.33% 0.4% -
HSV(B) 162.35º 0.5% 0.54% -
XYZ 14.61 20.44 20.01 -
YUV 114.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 69 137 117 0.50 0 0.15 0.46 162.35 0.33 0.4
Hex 45 89 75 32 0 F 2E A2 21 28
Octal 105 211 165 62 0 17 56 242 41 50
Binary 1000101 10001001 1110101 110010 0 1111 101110 10100010 100001 101000

Color Harmonies of #458975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458975

Black with #458975

Text Example


Text Example

White with #458975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458975; }

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

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

background-color css

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

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

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

border-color css

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

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

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