Html Css Color HEX #458D68 Viridian

📋 copy color: '#458D68'

red 69 ◦ green 141 ◦ blue 104

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

Shades of Viridian #458D68

Tints of Viridian #458D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 21.97%
G = 44.9%
B = 33.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#458D68 (or 0x458D68) is known color: Viridian. HEX triplet: 45, 8D and 68. RGB value is (69,141,104). Sum of RGB (Red+Green+Blue) = 69+141+104=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #458D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D68 is #BA7297. Grayscale: #737373. Windows color (decimal): -12219032 or 6851909. OLE color: 6851909.

HSL color Cylindrical-coordinate representation of color #458D68: hue angle of 149.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D68 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 141 104 -
CMYK 0.51 0 0.26 0.45
HSL 149.17º 0.34% 0.41% -
HSV(B) 149.17º 0.51% 0.55% -
XYZ 14.48 21.31 16.45 -
YUV 115.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 69 141 104 0.51 0 0.26 0.45 149.17 0.34 0.41
Hex 45 8D 68 33 0 1A 2D 95 22 29
Octal 105 215 150 63 0 32 55 225 42 51
Binary 1000101 10001101 1101000 110011 0 11010 101101 10010101 100010 101001

Color Harmonies of #458D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458D68

Black with #458D68

Text Example


Text Example

White with #458D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458D68; }

 p { color: rgb(69,141,104); }

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

background-color css

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

 a { background-color: rgb(69,141,104); }

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

border-color css

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

 span { border-color: rgb(69,141,104); }

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