Html Css Color HEX #468072 Viridian

📋 copy color: '#468072'

red 70 ◦ green 128 ◦ blue 114

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

Shades of Viridian #468072

Tints of Viridian #468072

RGB

 RED value IS 70 (27.73% from 255) = 22.44%

 GREEN value IS 128 (50.39% from 255) = 41.03%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 22.44%
G = 41.03%
B = 36.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#468072 (or 0x468072) is known color: Viridian. HEX triplet: 46, 80 and 72. RGB value is (70,128,114). Sum of RGB (Red+Green+Blue) = 70+128+114=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #468072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468072 is #B97F8D. Grayscale: #6D6D6D. Windows color (decimal): -12156814 or 7503942. OLE color: 7503942.

HSL color Cylindrical-coordinate representation of color #468072: hue angle of 165.52º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468072 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 114 -
CMYK 0.45 0 0.11 0.50
HSL 165.52º 0.29% 0.39% -
HSV(B) 165.52º 0.45% 0.5% -
XYZ 13.28 17.96 18.69 -
YUV 109.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 70 128 114 0.45 0 0.11 0.50 165.52 0.29 0.39
Hex 46 80 72 2D 0 B 32 A6 1D 27
Octal 106 200 162 55 0 13 62 246 35 47
Binary 1000110 10000000 1110010 101101 0 1011 110010 10100110 11101 100111

Color Harmonies of #468072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468072

Black with #468072

Text Example


Text Example

White with #468072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468072; }

 p { color: rgb(70,128,114); }

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

background-color css

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

 a { background-color: rgb(70,128,114); }

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

border-color css

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

 span { border-color: rgb(70,128,114); }

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