Html Css Color HEX #458465 Viridian

📋 copy color: '#458465'

red 69 ◦ green 132 ◦ blue 101

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

Shades of Viridian #458465

Tints of Viridian #458465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 22.85%
G = 43.71%
B = 33.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#458465 (or 0x458465) is known color: Viridian. HEX triplet: 45, 84 and 65. RGB value is (69,132,101). Sum of RGB (Red+Green+Blue) = 69+132+101=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #458465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458465 is #BA7B9A. Grayscale: #6D6D6D. Windows color (decimal): -12221339 or 6652997. OLE color: 6652997.

HSL color Cylindrical-coordinate representation of color #458465: hue angle of 150.48º 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 #458465 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 132 101 -
CMYK 0.48 0 0.23 0.48
HSL 150.48º 0.31% 0.39% -
HSV(B) 150.48º 0.48% 0.52% -
XYZ 13.05 18.71 15.23 -
YUV 109.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 69 132 101 0.48 0 0.23 0.48 150.48 0.31 0.39
Hex 45 84 65 30 0 17 30 96 1F 27
Octal 105 204 145 60 0 27 60 226 37 47
Binary 1000101 10000100 1100101 110000 0 10111 110000 10010110 11111 100111

Color Harmonies of #458465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458465

Black with #458465

Text Example


Text Example

White with #458465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458465; }

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

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

background-color css

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

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

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

border-color css

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

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

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