Html Css Color HEX #428869 Viridian

📋 copy color: '#428869'

red 66 ◦ green 136 ◦ blue 105

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

Shades of Viridian #428869

Tints of Viridian #428869

RGB

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

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

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

R = 21.5%
G = 44.3%
B = 34.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#428869 (or 0x428869) is known color: Viridian. HEX triplet: 42, 88 and 69. RGB value is (66,136,105). Sum of RGB (Red+Green+Blue) = 66+136+105=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #428869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428869 is #BD7796. Grayscale: #6F6F6F. Windows color (decimal): -12416919 or 6916162. OLE color: 6916162.

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

Color convert

RGB 66 136 105 -
CMYK 0.51 0 0.23 0.47
HSL 153.43º 0.35% 0.4% -
HSV(B) 153.43º 0.51% 0.53% -
XYZ 13.6 19.79 16.47 -
YUV 111.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 66 136 105 0.51 0 0.23 0.47 153.43 0.35 0.4
Hex 42 88 69 33 0 17 2F 99 23 28
Octal 102 210 151 63 0 27 57 231 43 50
Binary 1000010 10001000 1101001 110011 0 10111 101111 10011001 100011 101000

Color Harmonies of #428869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428869

Black with #428869

Text Example


Text Example

White with #428869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428869; }

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

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

background-color css

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

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

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

border-color css

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

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

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