Html Css Color HEX #428C6D Viridian

📋 copy color: '#428C6D'

red 66 ◦ green 140 ◦ blue 109

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

Shades of Viridian #428C6D

Tints of Viridian #428C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 20.95%
G = 44.44%
B = 34.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#428C6D (or 0x428C6D) is known color: Viridian. HEX triplet: 42, 8C and 6D. RGB value is (66,140,109). Sum of RGB (Red+Green+Blue) = 66+140+109=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #428C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C6D is #BD7392. Grayscale: #727272. Windows color (decimal): -12415891 or 7179330. OLE color: 7179330.

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

Color convert

RGB 66 140 109 -
CMYK 0.53 0 0.22 0.45
HSL 154.86º 0.36% 0.4% -
HSV(B) 154.86º 0.53% 0.55% -
XYZ 14.39 21.02 17.77 -
YUV 114.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 66 140 109 0.53 0 0.22 0.45 154.86 0.36 0.4
Hex 42 8C 6D 35 0 16 2D 9B 24 28
Octal 102 214 155 65 0 26 55 233 44 50
Binary 1000010 10001100 1101101 110101 0 10110 101101 10011011 100100 101000

Color Harmonies of #428C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C6D

Black with #428C6D

Text Example


Text Example

White with #428C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,140,109); }

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

background-color css

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

 a { background-color: rgb(66,140,109); }

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

border-color css

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

 span { border-color: rgb(66,140,109); }

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