Html Css Color HEX #458565 Viridian

📋 copy color: '#458565'

red 69 ◦ green 133 ◦ blue 101

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

Shades of Viridian #458565

Tints of Viridian #458565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

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

R = 22.77%
G = 43.89%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#458565 (or 0x458565) is known color: Viridian. HEX triplet: 45, 85 and 65. RGB value is (69,133,101). Sum of RGB (Red+Green+Blue) = 69+133+101=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #458565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458565 is #BA7A9A. Grayscale: #6E6E6E. Windows color (decimal): -12221083 or 6653253. OLE color: 6653253.

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

Color convert

RGB 69 133 101 -
CMYK 0.48 0 0.24 0.48
HSL 150º 0.32% 0.4% -
HSV(B) 150º 0.48% 0.52% -
XYZ 13.19 18.98 15.28 -
YUV 110.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 69 133 101 0.48 0 0.24 0.48 150 0.32 0.4
Hex 45 85 65 30 0 18 30 96 20 28
Octal 105 205 145 60 0 30 60 226 40 50
Binary 1000101 10000101 1100101 110000 0 11000 110000 10010110 100000 101000

Color Harmonies of #458565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458565

Black with #458565

Text Example


Text Example

White with #458565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458565; }

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

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

background-color css

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

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

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

border-color css

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

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

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