Html Css Color HEX #458468 Viridian

📋 copy color: '#458468'

red 69 ◦ green 132 ◦ blue 104

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

Shades of Viridian #458468

Tints of Viridian #458468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

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

R = 22.62%
G = 43.28%
B = 34.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#458468 (or 0x458468) is known color: Viridian. HEX triplet: 45, 84 and 68. RGB value is (69,132,104). Sum of RGB (Red+Green+Blue) = 69+132+104=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #458468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458468 is #BA7B97. Grayscale: #6E6E6E. Windows color (decimal): -12221336 or 6849605. OLE color: 6849605.

HSL color Cylindrical-coordinate representation of color #458468: hue angle of 153.33º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458468 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 132 104 -
CMYK 0.48 0 0.21 0.48
HSL 153.33º 0.31% 0.39% -
HSV(B) 153.33º 0.48% 0.52% -
XYZ 13.2 18.77 16.02 -
YUV 109.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 69 132 104 0.48 0 0.21 0.48 153.33 0.31 0.39
Hex 45 84 68 30 0 15 30 99 1F 27
Octal 105 204 150 60 0 25 60 231 37 47
Binary 1000101 10000100 1101000 110000 0 10101 110000 10011001 11111 100111

Color Harmonies of #458468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458468

Black with #458468

Text Example


Text Example

White with #458468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458468; }

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

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

background-color css

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

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

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

border-color css

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

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

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