Html Css Color HEX #428166 Viridian

📋 copy color: '#428166'

red 66 ◦ green 129 ◦ blue 102

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

Shades of Viridian #428166

Tints of Viridian #428166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 22.22%
G = 43.43%
B = 34.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#428166 (or 0x428166) is known color: Viridian. HEX triplet: 42, 81 and 66. RGB value is (66,129,102). Sum of RGB (Red+Green+Blue) = 66+129+102=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #428166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428166 is #BD7E99. Grayscale: #6B6B6B. Windows color (decimal): -12418714 or 6717762. OLE color: 6717762.

HSL color Cylindrical-coordinate representation of color #428166: hue angle of 154.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428166 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 102 -
CMYK 0.49 0 0.21 0.49
HSL 154.29º 0.32% 0.38% -
HSV(B) 154.29º 0.49% 0.51% -
XYZ 12.5 17.82 15.35 -
YUV 107.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 66 129 102 0.49 0 0.21 0.49 154.29 0.32 0.38
Hex 42 81 66 31 0 15 31 9A 20 26
Octal 102 201 146 61 0 25 61 232 40 46
Binary 1000010 10000001 1100110 110001 0 10101 110001 10011010 100000 100110

Color Harmonies of #428166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428166

Black with #428166

Text Example


Text Example

White with #428166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428166; }

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

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

background-color css

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

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

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

border-color css

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

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

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