Html Css Color HEX #428D68 Viridian

📋 copy color: '#428D68'

red 66 ◦ green 141 ◦ blue 104

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

Shades of Viridian #428D68

Tints of Viridian #428D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.34%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 21.22%
G = 45.34%
B = 33.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#428D68 (or 0x428D68) is known color: Viridian. HEX triplet: 42, 8D and 68. RGB value is (66,141,104). Sum of RGB (Red+Green+Blue) = 66+141+104=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #428D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D68 is #BD7297. Grayscale: #727272. Windows color (decimal): -12415640 or 6851906. OLE color: 6851906.

HSL color Cylindrical-coordinate representation of color #428D68: hue angle of 150.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D68 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 104 -
CMYK 0.53 0 0.26 0.45
HSL 150.4º 0.36% 0.41% -
HSV(B) 150.4º 0.53% 0.55% -
XYZ 14.27 21.21 16.44 -
YUV 114.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 66 141 104 0.53 0 0.26 0.45 150.4 0.36 0.41
Hex 42 8D 68 35 0 1A 2D 96 24 29
Octal 102 215 150 65 0 32 55 226 44 51
Binary 1000010 10001101 1101000 110101 0 11010 101101 10010110 100100 101001

Color Harmonies of #428D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D68

Black with #428D68

Text Example


Text Example

White with #428D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428D68; }

 p { color: rgb(66,141,104); }

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

background-color css

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

 a { background-color: rgb(66,141,104); }

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

border-color css

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

 span { border-color: rgb(66,141,104); }

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