Html Css Color HEX #458A67 Viridian

📋 copy color: '#458A67'

red 69 ◦ green 138 ◦ blue 103

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

Shades of Viridian #458A67

Tints of Viridian #458A67

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.52%

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 22.26%
G = 44.52%
B = 33.23%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#458A67 (or 0x458A67) is known color: Viridian. HEX triplet: 45, 8A and 67. RGB value is (69,138,103). Sum of RGB (Red+Green+Blue) = 69+138+103=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #458A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A67 is #BA7598. Grayscale: #717171. Windows color (decimal): -12219801 or 6785605. OLE color: 6785605.

HSL color Cylindrical-coordinate representation of color #458A67: hue angle of 149.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A67 is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 138 103 -
CMYK 0.5 0 0.25 0.46
HSL 149.57º 0.33% 0.41% -
HSV(B) 149.57º 0.5% 0.54% -
XYZ 13.99 20.42 16.04 -
YUV 113.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 69 138 103 0.5 0 0.25 0.46 149.57 0.33 0.41
Hex 45 8A 67 32 0 19 2E 96 21 29
Octal 105 212 147 62 0 31 56 226 41 51
Binary 1000101 10001010 1100111 110010 0 11001 101110 10010110 100001 101001

Color Harmonies of #458A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458A67

Black with #458A67

Text Example


Text Example

White with #458A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,138,103); }

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

background-color css

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

 a { background-color: rgb(69,138,103); }

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

border-color css

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

 span { border-color: rgb(69,138,103); }

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