Html Css Color HEX #428469 Viridian

📋 copy color: '#428469'

red 66 ◦ green 132 ◦ blue 105

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

Shades of Viridian #428469

Tints of Viridian #428469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 21.78%
G = 43.56%
B = 34.65%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#428469 (or 0x428469) is known color: Viridian. HEX triplet: 42, 84 and 69. RGB value is (66,132,105). Sum of RGB (Red+Green+Blue) = 66+132+105=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #428469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428469 is #BD7B96. Grayscale: #6D6D6D. Windows color (decimal): -12417943 or 6915138. OLE color: 6915138.

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

Color convert

RGB 66 132 105 -
CMYK 0.5 0 0.20 0.48
HSL 155.45º 0.33% 0.39% -
HSV(B) 155.45º 0.5% 0.52% -
XYZ 13.05 18.68 16.28 -
YUV 109.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 66 132 105 0.5 0 0.20 0.48 155.45 0.33 0.39
Hex 42 84 69 32 0 14 30 9B 21 27
Octal 102 204 151 62 0 24 60 233 41 47
Binary 1000010 10000100 1101001 110010 0 10100 110000 10011011 100001 100111

Color Harmonies of #428469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428469

Black with #428469

Text Example


Text Example

White with #428469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428469; }

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

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

background-color css

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

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

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

border-color css

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

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

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