Html Css Color HEX #428567 Viridian

📋 copy color: '#428567'

red 66 ◦ green 133 ◦ blue 103

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

Shades of Viridian #428567

Tints of Viridian #428567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 21.85%
G = 44.04%
B = 34.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#428567 (or 0x428567) is known color: Viridian. HEX triplet: 42, 85 and 67. RGB value is (66,133,103). Sum of RGB (Red+Green+Blue) = 66+133+103=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #428567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428567 is #BD7A98. Grayscale: #6D6D6D. Windows color (decimal): -12417689 or 6784322. OLE color: 6784322.

HSL color Cylindrical-coordinate representation of color #428567: hue angle of 153.13º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428567 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 103 -
CMYK 0.50 0 0.23 0.48
HSL 153.13º 0.34% 0.39% -
HSV(B) 153.13º 0.5% 0.52% -
XYZ 13.08 18.91 15.79 -
YUV 109.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 66 133 103 0.50 0 0.23 0.48 153.13 0.34 0.39
Hex 42 85 67 32 0 17 30 99 22 27
Octal 102 205 147 62 0 27 60 231 42 47
Binary 1000010 10000101 1100111 110010 0 10111 110000 10011001 100010 100111

Color Harmonies of #428567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428567

Black with #428567

Text Example


Text Example

White with #428567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428567; }

 p { color: rgb(66,133,103); }

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

background-color css

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

 a { background-color: rgb(66,133,103); }

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

border-color css

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

 span { border-color: rgb(66,133,103); }

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