Html Css Color HEX #468872 Viridian

📋 copy color: '#468872'

red 70 ◦ green 136 ◦ blue 114

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

Shades of Viridian #468872

Tints of Viridian #468872

RGB

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

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

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

R = 21.88%
G = 42.5%
B = 35.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#468872 (or 0x468872) is known color: Viridian. HEX triplet: 46, 88 and 72. RGB value is (70,136,114). Sum of RGB (Red+Green+Blue) = 70+136+114=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #468872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468872 is #B9778D. Grayscale: #717171. Windows color (decimal): -12154766 or 7505990. OLE color: 7505990.

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

Color convert

RGB 70 136 114 -
CMYK 0.49 0 0.16 0.47
HSL 160º 0.32% 0.4% -
HSV(B) 160º 0.49% 0.53% -
XYZ 14.37 20.13 19.05 -
YUV 113.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 70 136 114 0.49 0 0.16 0.47 160 0.32 0.4
Hex 46 88 72 31 0 10 2F A0 20 28
Octal 106 210 162 61 0 20 57 240 40 50
Binary 1000110 10001000 1110010 110001 0 10000 101111 10100000 100000 101000

Color Harmonies of #468872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468872

Black with #468872

Text Example


Text Example

White with #468872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468872; }

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

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

background-color css

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

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

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

border-color css

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

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

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