Html Css Color HEX #468172 Viridian

📋 copy color: '#468172'

red 70 ◦ green 129 ◦ blue 114

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

Shades of Viridian #468172

Tints of Viridian #468172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 22.36%
G = 41.21%
B = 36.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#468172 (or 0x468172) is known color: Viridian. HEX triplet: 46, 81 and 72. RGB value is (70,129,114). Sum of RGB (Red+Green+Blue) = 70+129+114=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #468172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468172 is #B97E8D. Grayscale: #6D6D6D. Windows color (decimal): -12156558 or 7504198. OLE color: 7504198.

HSL color Cylindrical-coordinate representation of color #468172: hue angle of 164.75º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468172 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 114 -
CMYK 0.46 0 0.12 0.49
HSL 164.75º 0.3% 0.39% -
HSV(B) 164.75º 0.46% 0.51% -
XYZ 13.41 18.22 18.73 -
YUV 109.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 70 129 114 0.46 0 0.12 0.49 164.75 0.3 0.39
Hex 46 81 72 2E 0 C 31 A5 1E 27
Octal 106 201 162 56 0 14 61 245 36 47
Binary 1000110 10000001 1110010 101110 0 1100 110001 10100101 11110 100111

Color Harmonies of #468172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468172

Black with #468172

Text Example


Text Example

White with #468172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468172; }

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

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

background-color css

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

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

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

border-color css

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

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

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