Html Css Color HEX #428769 Viridian

📋 copy color: '#428769'

red 66 ◦ green 135 ◦ blue 105

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

Shades of Viridian #428769

Tints of Viridian #428769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

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

R = 21.57%
G = 44.12%
B = 34.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#428769 (or 0x428769) is known color: Viridian. HEX triplet: 42, 87 and 69. RGB value is (66,135,105). Sum of RGB (Red+Green+Blue) = 66+135+105=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #428769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428769 is #BD7896. Grayscale: #6E6E6E. Windows color (decimal): -12417175 or 6915906. OLE color: 6915906.

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

Color convert

RGB 66 135 105 -
CMYK 0.51 0 0.22 0.47
HSL 153.91º 0.34% 0.39% -
HSV(B) 153.91º 0.51% 0.53% -
XYZ 13.46 19.51 16.42 -
YUV 110.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 66 135 105 0.51 0 0.22 0.47 153.91 0.34 0.39
Hex 42 87 69 33 0 16 2F 9A 22 27
Octal 102 207 151 63 0 26 57 232 42 47
Binary 1000010 10000111 1101001 110011 0 10110 101111 10011010 100010 100111

Color Harmonies of #428769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428769

Black with #428769

Text Example


Text Example

White with #428769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428769; }

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

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

background-color css

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

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

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

border-color css

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

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

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