Html Css Color HEX #428668 Viridian

📋 copy color: '#428668'

red 66 ◦ green 134 ◦ blue 104

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

Shades of Viridian #428668

Tints of Viridian #428668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 21.71%
G = 44.08%
B = 34.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#428668 (or 0x428668) is known color: Viridian. HEX triplet: 42, 86 and 68. RGB value is (66,134,104). Sum of RGB (Red+Green+Blue) = 66+134+104=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #428668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428668 is #BD7997. Grayscale: #6E6E6E. Windows color (decimal): -12417432 or 6850114. OLE color: 6850114.

HSL color Cylindrical-coordinate representation of color #428668: hue angle of 153.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428668 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 104 -
CMYK 0.51 0 0.22 0.47
HSL 153.53º 0.34% 0.39% -
HSV(B) 153.53º 0.51% 0.53% -
XYZ 13.27 19.21 16.1 -
YUV 110.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 66 134 104 0.51 0 0.22 0.47 153.53 0.34 0.39
Hex 42 86 68 33 0 16 2F 9A 22 27
Octal 102 206 150 63 0 26 57 232 42 47
Binary 1000010 10000110 1101000 110011 0 10110 101111 10011010 100010 100111

Color Harmonies of #428668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428668

Black with #428668

Text Example


Text Example

White with #428668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428668; }

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

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

background-color css

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

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

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

border-color css

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

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

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