Html Css Color HEX #428866 Viridian

📋 copy color: '#428866'

red 66 ◦ green 136 ◦ blue 102

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

Shades of Viridian #428866

Tints of Viridian #428866

RGB

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

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

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

R = 21.71%
G = 44.74%
B = 33.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#428866 (or 0x428866) is known color: Viridian. HEX triplet: 42, 88 and 66. RGB value is (66,136,102). Sum of RGB (Red+Green+Blue) = 66+136+102=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #428866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428866 is #BD7799. Grayscale: #6F6F6F. Windows color (decimal): -12416922 or 6719554. OLE color: 6719554.

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

Color convert

RGB 66 136 102 -
CMYK 0.51 0 0.25 0.47
HSL 150.86º 0.35% 0.4% -
HSV(B) 150.86º 0.51% 0.53% -
XYZ 13.45 19.73 15.67 -
YUV 111.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 66 136 102 0.51 0 0.25 0.47 150.86 0.35 0.4
Hex 42 88 66 33 0 19 2F 97 23 28
Octal 102 210 146 63 0 31 57 227 43 50
Binary 1000010 10001000 1100110 110011 0 11001 101111 10010111 100011 101000

Color Harmonies of #428866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428866

Black with #428866

Text Example


Text Example

White with #428866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428866; }

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

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

background-color css

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

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

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

border-color css

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

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

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