Html Css Color HEX #428275 Viridian

📋 copy color: '#428275'

red 66 ◦ green 130 ◦ blue 117

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

Shades of Viridian #428275

Tints of Viridian #428275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 21.09%
G = 41.53%
B = 37.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#428275 (or 0x428275) is known color: Viridian. HEX triplet: 42, 82 and 75. RGB value is (66,130,117). Sum of RGB (Red+Green+Blue) = 66+130+117=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #428275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428275 is #BD7D8A. Grayscale: #6D6D6D. Windows color (decimal): -12418443 or 7701058. OLE color: 7701058.

HSL color Cylindrical-coordinate representation of color #428275: hue angle of 167.81º 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 #428275 is Cyan = 0.49, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 117 -
CMYK 0.49 0 0.1 0.49
HSL 167.81º 0.33% 0.38% -
HSV(B) 167.81º 0.49% 0.51% -
XYZ 13.44 18.41 19.67 -
YUV 109.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 66 130 117 0.49 0 0.1 0.49 167.81 0.33 0.38
Hex 42 82 75 31 0 A 31 A8 21 26
Octal 102 202 165 61 0 12 61 250 41 46
Binary 1000010 10000010 1110101 110001 0 1010 110001 10101000 100001 100110

Color Harmonies of #428275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428275

Black with #428275

Text Example


Text Example

White with #428275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428275; }

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

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

background-color css

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

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

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

border-color css

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

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

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