Html Css Color HEX #468868 Viridian

📋 copy color: '#468868'

red 70 ◦ green 136 ◦ blue 104

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

Shades of Viridian #468868

Tints of Viridian #468868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 22.58%
G = 43.87%
B = 33.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#468868 (or 0x468868) is known color: Viridian. HEX triplet: 46, 88 and 68. RGB value is (70,136,104). Sum of RGB (Red+Green+Blue) = 70+136+104=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #468868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468868 is #B97797. Grayscale: #707070. Windows color (decimal): -12154776 or 6850630. OLE color: 6850630.

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

Color convert

RGB 70 136 104 -
CMYK 0.49 0 0.24 0.47
HSL 150.91º 0.32% 0.4% -
HSV(B) 150.91º 0.49% 0.53% -
XYZ 13.83 19.91 16.21 -
YUV 112.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 70 136 104 0.49 0 0.24 0.47 150.91 0.32 0.4
Hex 46 88 68 31 0 18 2F 97 20 28
Octal 106 210 150 61 0 30 57 227 40 50
Binary 1000110 10001000 1101000 110001 0 11000 101111 10010111 100000 101000

Color Harmonies of #468868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468868

Black with #468868

Text Example


Text Example

White with #468868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468868; }

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

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

background-color css

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

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

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

border-color css

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

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

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