Html Css Color HEX #428B6D Viridian

📋 copy color: '#428B6D'

red 66 ◦ green 139 ◦ blue 109

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

Shades of Viridian #428B6D

Tints of Viridian #428B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

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

R = 21.02%
G = 44.27%
B = 34.71%

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

#428B6D (or 0x428B6D) is known color: Viridian. HEX triplet: 42, 8B and 6D. RGB value is (66,139,109). Sum of RGB (Red+Green+Blue) = 66+139+109=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #428B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B6D is #BD7492. Grayscale: #717171. Windows color (decimal): -12416147 or 7179074. OLE color: 7179074.

HSL color Cylindrical-coordinate representation of color #428B6D: hue angle of 155.34º 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 #428B6D is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 139 109 -
CMYK 0.53 0 0.22 0.45
HSL 155.34º 0.36% 0.4% -
HSV(B) 155.34º 0.53% 0.55% -
XYZ 14.24 20.73 17.72 -
YUV 113.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 66 139 109 0.53 0 0.22 0.45 155.34 0.36 0.4
Hex 42 8B 6D 35 0 16 2D 9B 24 28
Octal 102 213 155 65 0 26 55 233 44 50
Binary 1000010 10001011 1101101 110101 0 10110 101101 10011011 100100 101000

Color Harmonies of #428B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B6D

Black with #428B6D

Text Example


Text Example

White with #428B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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