Html Css Color HEX #468275 Viridian

📋 copy color: '#468275'

red 70 ◦ green 130 ◦ blue 117

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

Shades of Viridian #468275

Tints of Viridian #468275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

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

R = 22.08%
G = 41.01%
B = 36.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#468275 (or 0x468275) is known color: Viridian. HEX triplet: 46, 82 and 75. RGB value is (70,130,117). Sum of RGB (Red+Green+Blue) = 70+130+117=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #468275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468275 is #B97D8A. Grayscale: #6E6E6E. Windows color (decimal): -12156299 or 7701062. OLE color: 7701062.

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

Color convert

RGB 70 130 117 -
CMYK 0.46 0 0.1 0.49
HSL 167º 0.3% 0.39% -
HSV(B) 167º 0.46% 0.51% -
XYZ 13.72 18.55 19.69 -
YUV 110.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 70 130 117 0.46 0 0.1 0.49 167 0.3 0.39
Hex 46 82 75 2E 0 A 31 A7 1E 27
Octal 106 202 165 56 0 12 61 247 36 47
Binary 1000110 10000010 1110101 101110 0 1010 110001 10100111 11110 100111

Color Harmonies of #468275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468275

Black with #468275

Text Example


Text Example

White with #468275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468275; }

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

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

background-color css

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

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

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

border-color css

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

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

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