Html Css Color HEX #428867 Viridian

📋 copy color: '#428867'

red 66 ◦ green 136 ◦ blue 103

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

Shades of Viridian #428867

Tints of Viridian #428867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

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

R = 21.64%
G = 44.59%
B = 33.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#428867 (or 0x428867) is known color: Viridian. HEX triplet: 42, 88 and 67. RGB value is (66,136,103). Sum of RGB (Red+Green+Blue) = 66+136+103=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #428867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428867 is #BD7798. Grayscale: #6F6F6F. Windows color (decimal): -12416921 or 6785090. OLE color: 6785090.

HSL color Cylindrical-coordinate representation of color #428867: hue angle of 151.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428867 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 103 -
CMYK 0.51 0 0.24 0.47
HSL 151.71º 0.35% 0.4% -
HSV(B) 151.71º 0.51% 0.53% -
XYZ 13.5 19.75 15.93 -
YUV 111.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 66 136 103 0.51 0 0.24 0.47 151.71 0.35 0.4
Hex 42 88 67 33 0 18 2F 98 23 28
Octal 102 210 147 63 0 30 57 230 43 50
Binary 1000010 10001000 1100111 110011 0 11000 101111 10011000 100011 101000

Color Harmonies of #428867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428867

Black with #428867

Text Example


Text Example

White with #428867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428867; }

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

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

background-color css

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

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

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

border-color css

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

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

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