Html Css Color HEX #428463 Viridian

📋 copy color: '#428463'

red 66 ◦ green 132 ◦ blue 99

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

Shades of Viridian #428463

Tints of Viridian #428463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#428463 (or 0x428463) is known color: Viridian. HEX triplet: 42, 84 and 63. RGB value is (66,132,99). Sum of RGB (Red+Green+Blue) = 66+132+99=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #428463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428463 is #BD7B9C. Grayscale: #6C6C6C. Windows color (decimal): -12417949 or 6521922. OLE color: 6521922.

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

Color convert

RGB 66 132 99 -
CMYK 0.5 0 0.25 0.48
HSL 150º 0.33% 0.39% -
HSV(B) 150º 0.5% 0.52% -
XYZ 12.75 18.56 14.72 -
YUV 108.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 66 132 99 0.5 0 0.25 0.48 150 0.33 0.39
Hex 42 84 63 32 0 19 30 96 21 27
Octal 102 204 143 62 0 31 60 226 41 47
Binary 1000010 10000100 1100011 110010 0 11001 110000 10010110 100001 100111

Color Harmonies of #428463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428463

Black with #428463

Text Example


Text Example

White with #428463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428463; }

 p { color: rgb(66,132,99); }

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

background-color css

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

 a { background-color: rgb(66,132,99); }

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

border-color css

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

 span { border-color: rgb(66,132,99); }

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