Html Css Color HEX #468675 Viridian

📋 copy color: '#468675'

red 70 ◦ green 134 ◦ blue 117

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

Shades of Viridian #468675

Tints of Viridian #468675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

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

R = 21.81%
G = 41.74%
B = 36.45%

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

#468675 (or 0x468675) is known color: Viridian. HEX triplet: 46, 86 and 75. RGB value is (70,134,117). Sum of RGB (Red+Green+Blue) = 70+134+117=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #468675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468675 is #B9798A. Grayscale: #707070. Windows color (decimal): -12155275 or 7702086. OLE color: 7702086.

HSL color Cylindrical-coordinate representation of color #468675: hue angle of 164.06º degrees, saturation: 0.31, 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 #468675 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 117 -
CMYK 0.48 0 0.13 0.47
HSL 164.06º 0.31% 0.4% -
HSV(B) 164.06º 0.48% 0.53% -
XYZ 14.26 19.64 19.87 -
YUV 112.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 70 134 117 0.48 0 0.13 0.47 164.06 0.31 0.4
Hex 46 86 75 30 0 D 2F A4 1F 28
Octal 106 206 165 60 0 15 57 244 37 50
Binary 1000110 10000110 1110101 110000 0 1101 101111 10100100 11111 101000

Color Harmonies of #468675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468675

Black with #468675

Text Example


Text Example

White with #468675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468675; }

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

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

background-color css

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

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

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

border-color css

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

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

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