Html Css Color HEX #428B6C Viridian

📋 copy color: '#428B6C'

red 66 ◦ green 139 ◦ blue 108

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

Shades of Viridian #428B6C

Tints of Viridian #428B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 21.09%
G = 44.41%
B = 34.5%

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

#428B6C (or 0x428B6C) is known color: Viridian. HEX triplet: 42, 8B and 6C. RGB value is (66,139,108). Sum of RGB (Red+Green+Blue) = 66+139+108=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #428B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B6C is #BD7493. Grayscale: #717171. Windows color (decimal): -12416148 or 7113538. OLE color: 7113538.

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

Color convert

RGB 66 139 108 -
CMYK 0.53 0 0.22 0.45
HSL 154.52º 0.36% 0.4% -
HSV(B) 154.52º 0.53% 0.55% -
XYZ 14.19 20.71 17.44 -
YUV 113.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 66 139 108 0.53 0 0.22 0.45 154.52 0.36 0.4
Hex 42 8B 6C 35 0 16 2D 9B 24 28
Octal 102 213 154 65 0 26 55 233 44 50
Binary 1000010 10001011 1101100 110101 0 10110 101101 10011011 100100 101000

Color Harmonies of #428B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B6C

Black with #428B6C

Text Example


Text Example

White with #428B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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