Html Css Color HEX #468775 Viridian

📋 copy color: '#468775'

red 70 ◦ green 135 ◦ blue 117

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

Shades of Viridian #468775

Tints of Viridian #468775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 21.74%
G = 41.93%
B = 36.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#468775 (or 0x468775) is known color: Viridian. HEX triplet: 46, 87 and 75. RGB value is (70,135,117). Sum of RGB (Red+Green+Blue) = 70+135+117=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #468775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468775 is #B9788A. Grayscale: #717171. Windows color (decimal): -12155019 or 7702342. OLE color: 7702342.

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

Color convert

RGB 70 135 117 -
CMYK 0.48 0 0.13 0.47
HSL 163.38º 0.32% 0.4% -
HSV(B) 163.38º 0.48% 0.53% -
XYZ 14.4 19.91 19.91 -
YUV 113.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 70 135 117 0.48 0 0.13 0.47 163.38 0.32 0.4
Hex 46 87 75 30 0 D 2F A3 20 28
Octal 106 207 165 60 0 15 57 243 40 50
Binary 1000110 10000111 1110101 110000 0 1101 101111 10100011 100000 101000

Color Harmonies of #468775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468775

Black with #468775

Text Example


Text Example

White with #468775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468775; }

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

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

background-color css

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

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

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

border-color css

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

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

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