Html Css Color HEX #428168 Viridian

📋 copy color: '#428168'

red 66 ◦ green 129 ◦ blue 104

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

Shades of Viridian #428168

Tints of Viridian #428168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

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

R = 22.07%
G = 43.14%
B = 34.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#428168 (or 0x428168) is known color: Viridian. HEX triplet: 42, 81 and 68. RGB value is (66,129,104). Sum of RGB (Red+Green+Blue) = 66+129+104=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #428168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428168 is #BD7E97. Grayscale: #6B6B6B. Windows color (decimal): -12418712 or 6848834. OLE color: 6848834.

HSL color Cylindrical-coordinate representation of color #428168: hue angle of 156.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428168 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 104 -
CMYK 0.49 0 0.19 0.49
HSL 156.19º 0.32% 0.38% -
HSV(B) 156.19º 0.49% 0.51% -
XYZ 12.6 17.86 15.88 -
YUV 107.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 66 129 104 0.49 0 0.19 0.49 156.19 0.32 0.38
Hex 42 81 68 31 0 13 31 9C 20 26
Octal 102 201 150 61 0 23 61 234 40 46
Binary 1000010 10000001 1101000 110001 0 10011 110001 10011100 100000 100110

Color Harmonies of #428168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428168

Black with #428168

Text Example


Text Example

White with #428168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428168; }

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

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

background-color css

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

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

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

border-color css

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

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

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