Html Css Color HEX #468874 Viridian

📋 copy color: '#468874'

red 70 ◦ green 136 ◦ blue 116

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

Shades of Viridian #468874

Tints of Viridian #468874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.24%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 21.74%
G = 42.24%
B = 36.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#468874 (or 0x468874) is known color: Viridian. HEX triplet: 46, 88 and 74. RGB value is (70,136,116). Sum of RGB (Red+Green+Blue) = 70+136+116=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #468874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468874 is #B9778B. Grayscale: #727272. Windows color (decimal): -12154764 or 7637062. OLE color: 7637062.

HSL color Cylindrical-coordinate representation of color #468874: hue angle of 161.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468874 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 116 -
CMYK 0.49 0 0.15 0.47
HSL 161.82º 0.32% 0.4% -
HSV(B) 161.82º 0.49% 0.53% -
XYZ 14.48 20.17 19.65 -
YUV 113.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 70 136 116 0.49 0 0.15 0.47 161.82 0.32 0.4
Hex 46 88 74 31 0 F 2F A2 20 28
Octal 106 210 164 61 0 17 57 242 40 50
Binary 1000110 10001000 1110100 110001 0 1111 101111 10100010 100000 101000

Color Harmonies of #468874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468874

Black with #468874

Text Example


Text Example

White with #468874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468874; }

 p { color: rgb(70,136,116); }

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

background-color css

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

 a { background-color: rgb(70,136,116); }

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

border-color css

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

 span { border-color: rgb(70,136,116); }

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