Html Css Color HEX #458966 Viridian

📋 copy color: '#458966'

red 69 ◦ green 137 ◦ blue 102

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

Shades of Viridian #458966

Tints of Viridian #458966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 22.4%
G = 44.48%
B = 33.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#458966 (or 0x458966) is known color: Viridian. HEX triplet: 45, 89 and 66. RGB value is (69,137,102). Sum of RGB (Red+Green+Blue) = 69+137+102=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #458966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458966 is #BA7699. Grayscale: #707070. Windows color (decimal): -12220058 or 6719813. OLE color: 6719813.

HSL color Cylindrical-coordinate representation of color #458966: hue angle of 149.12º 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 #458966 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 137 102 -
CMYK 0.50 0 0.26 0.46
HSL 149.12º 0.33% 0.4% -
HSV(B) 149.12º 0.5% 0.54% -
XYZ 13.8 20.12 15.73 -
YUV 112.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 69 137 102 0.50 0 0.26 0.46 149.12 0.33 0.4
Hex 45 89 66 32 0 1A 2E 95 21 28
Octal 105 211 146 62 0 32 56 225 41 50
Binary 1000101 10001001 1100110 110010 0 11010 101110 10010101 100001 101000

Color Harmonies of #458966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458966

Black with #458966

Text Example


Text Example

White with #458966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458966; }

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

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

background-color css

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

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

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

border-color css

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

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

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