Html Css Color HEX #428666 Viridian

📋 copy color: '#428666'

red 66 ◦ green 134 ◦ blue 102

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

Shades of Viridian #428666

Tints of Viridian #428666

RGB

 RED value IS 66 (26.17% from 255) = 21.85%

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

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

R = 21.85%
G = 44.37%
B = 33.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#428666 (or 0x428666) is known color: Viridian. HEX triplet: 42, 86 and 66. RGB value is (66,134,102). Sum of RGB (Red+Green+Blue) = 66+134+102=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #428666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428666 is #BD7999. Grayscale: #6E6E6E. Windows color (decimal): -12417434 or 6719042. OLE color: 6719042.

HSL color Cylindrical-coordinate representation of color #428666: hue angle of 151.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428666 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 102 -
CMYK 0.51 0 0.24 0.47
HSL 151.76º 0.34% 0.39% -
HSV(B) 151.76º 0.51% 0.53% -
XYZ 13.17 19.17 15.58 -
YUV 110.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 66 134 102 0.51 0 0.24 0.47 151.76 0.34 0.39
Hex 42 86 66 33 0 18 2F 98 22 27
Octal 102 206 146 63 0 30 57 230 42 47
Binary 1000010 10000110 1100110 110011 0 11000 101111 10011000 100010 100111

Color Harmonies of #428666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428666

Black with #428666

Text Example


Text Example

White with #428666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428666; }

 p { color: rgb(66,134,102); }

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

background-color css

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

 a { background-color: rgb(66,134,102); }

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

border-color css

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

 span { border-color: rgb(66,134,102); }

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