Html Css Color HEX #468475 Viridian

📋 copy color: '#468475'

red 70 ◦ green 132 ◦ blue 117

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

Shades of Viridian #468475

Tints of Viridian #468475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 21.94%
G = 41.38%
B = 36.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#468475 (or 0x468475) is known color: Viridian. HEX triplet: 46, 84 and 75. RGB value is (70,132,117). Sum of RGB (Red+Green+Blue) = 70+132+117=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #468475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468475 is #B97B8A. Grayscale: #6F6F6F. Windows color (decimal): -12155787 or 7701574. OLE color: 7701574.

HSL color Cylindrical-coordinate representation of color #468475: hue angle of 165.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468475 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 117 -
CMYK 0.47 0 0.11 0.48
HSL 165.48º 0.31% 0.4% -
HSV(B) 165.48º 0.47% 0.52% -
XYZ 13.99 19.09 19.78 -
YUV 111.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 70 132 117 0.47 0 0.11 0.48 165.48 0.31 0.4
Hex 46 84 75 2F 0 B 30 A5 1F 28
Octal 106 204 165 57 0 13 60 245 37 50
Binary 1000110 10000100 1110101 101111 0 1011 110000 10100101 11111 101000

Color Harmonies of #468475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468475

Black with #468475

Text Example


Text Example

White with #468475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468475; }

 p { color: rgb(70,132,117); }

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

background-color css

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

 a { background-color: rgb(70,132,117); }

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

border-color css

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

 span { border-color: rgb(70,132,117); }

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