Html Css Color HEX #468169 Viridian

📋 copy color: '#468169'

red 70 ◦ green 129 ◦ blue 105

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

Shades of Viridian #468169

Tints of Viridian #468169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 23.03%
G = 42.43%
B = 34.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#468169 (or 0x468169) is known color: Viridian. HEX triplet: 46, 81 and 69. RGB value is (70,129,105). Sum of RGB (Red+Green+Blue) = 70+129+105=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #468169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468169 is #B97E96. Grayscale: #6C6C6C. Windows color (decimal): -12156567 or 6914374. OLE color: 6914374.

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

Color convert

RGB 70 129 105 -
CMYK 0.46 0 0.19 0.49
HSL 155.59º 0.3% 0.39% -
HSV(B) 155.59º 0.46% 0.51% -
XYZ 12.93 18.02 16.16 -
YUV 108.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 70 129 105 0.46 0 0.19 0.49 155.59 0.3 0.39
Hex 46 81 69 2E 0 13 31 9C 1E 27
Octal 106 201 151 56 0 23 61 234 36 47
Binary 1000110 10000001 1101001 101110 0 10011 110001 10011100 11110 100111

Color Harmonies of #468169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468169

Black with #468169

Text Example


Text Example

White with #468169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468169; }

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

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

background-color css

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

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

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

border-color css

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

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

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