Html Css Color HEX #428268 Viridian

📋 copy color: '#428268'

red 66 ◦ green 130 ◦ blue 104

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

Shades of Viridian #428268

Tints of Viridian #428268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 22%
G = 43.33%
B = 34.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#428268 (or 0x428268) is known color: Viridian. HEX triplet: 42, 82 and 68. RGB value is (66,130,104). Sum of RGB (Red+Green+Blue) = 66+130+104=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #428268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428268 is #BD7D97. Grayscale: #6B6B6B. Windows color (decimal): -12418456 or 6849090. OLE color: 6849090.

HSL color Cylindrical-coordinate representation of color #428268: hue angle of 155.62º degrees, saturation: 0.33, 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 #428268 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 104 -
CMYK 0.49 0 0.2 0.49
HSL 155.63º 0.33% 0.38% -
HSV(B) 155.63º 0.49% 0.51% -
XYZ 12.73 18.12 15.92 -
YUV 107.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 66 130 104 0.49 0 0.2 0.49 155.63 0.33 0.38
Hex 42 82 68 31 0 14 31 9C 21 26
Octal 102 202 150 61 0 24 61 234 41 46
Binary 1000010 10000010 1101000 110001 0 10100 110001 10011100 100001 100110

Color Harmonies of #428268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428268

Black with #428268

Text Example


Text Example

White with #428268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428268; }

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

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

background-color css

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

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

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

border-color css

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

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

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