Html Css Color HEX #468866 Viridian

📋 copy color: '#468866'

red 70 ◦ green 136 ◦ blue 102

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

Shades of Viridian #468866

Tints of Viridian #468866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 22.73%
G = 44.16%
B = 33.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#468866 (or 0x468866) is known color: Viridian. HEX triplet: 46, 88 and 66. RGB value is (70,136,102). Sum of RGB (Red+Green+Blue) = 70+136+102=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #468866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468866 is #B97799. Grayscale: #707070. Windows color (decimal): -12154778 or 6719558. OLE color: 6719558.

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

Color convert

RGB 70 136 102 -
CMYK 0.49 0 0.25 0.47
HSL 149.09º 0.32% 0.4% -
HSV(B) 149.09º 0.49% 0.53% -
XYZ 13.73 19.87 15.68 -
YUV 112.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 70 136 102 0.49 0 0.25 0.47 149.09 0.32 0.4
Hex 46 88 66 31 0 19 2F 95 20 28
Octal 106 210 146 61 0 31 57 225 40 50
Binary 1000110 10001000 1100110 110001 0 11001 101111 10010101 100000 101000

Color Harmonies of #468866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468866

Black with #468866

Text Example


Text Example

White with #468866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468866; }

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

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

background-color css

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

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

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

border-color css

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

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

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