Html Css Color HEX #428569 Viridian

📋 copy color: '#428569'

red 66 ◦ green 133 ◦ blue 105

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

Shades of Viridian #428569

Tints of Viridian #428569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 21.71%
G = 43.75%
B = 34.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#428569 (or 0x428569) is known color: Viridian. HEX triplet: 42, 85 and 69. RGB value is (66,133,105). Sum of RGB (Red+Green+Blue) = 66+133+105=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #428569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428569 is #BD7A96. Grayscale: #6D6D6D. Windows color (decimal): -12417687 or 6915394. OLE color: 6915394.

HSL color Cylindrical-coordinate representation of color #428569: hue angle of 154.93º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428569 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 105 -
CMYK 0.50 0 0.21 0.48
HSL 154.93º 0.34% 0.39% -
HSV(B) 154.93º 0.5% 0.52% -
XYZ 13.18 18.95 16.33 -
YUV 109.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 66 133 105 0.50 0 0.21 0.48 154.93 0.34 0.39
Hex 42 85 69 32 0 15 30 9B 22 27
Octal 102 205 151 62 0 25 60 233 42 47
Binary 1000010 10000101 1101001 110010 0 10101 110000 10011011 100010 100111

Color Harmonies of #428569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428569

Black with #428569

Text Example


Text Example

White with #428569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428569; }

 p { color: rgb(66,133,105); }

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

background-color css

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

 a { background-color: rgb(66,133,105); }

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

border-color css

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

 span { border-color: rgb(66,133,105); }

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