Html Css Color HEX #428A65 Viridian

📋 copy color: '#428A65'

red 66 ◦ green 138 ◦ blue 101

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

Shades of Viridian #428A65

Tints of Viridian #428A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 21.64%
G = 45.25%
B = 33.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#428A65 (or 0x428A65) is known color: Viridian. HEX triplet: 42, 8A and 65. RGB value is (66,138,101). Sum of RGB (Red+Green+Blue) = 66+138+101=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #428A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A65 is #BD759A. Grayscale: #707070. Windows color (decimal): -12416411 or 6654530. OLE color: 6654530.

HSL color Cylindrical-coordinate representation of color #428A65: hue angle of 149.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A65 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 101 -
CMYK 0.52 0 0.27 0.46
HSL 149.17º 0.35% 0.4% -
HSV(B) 149.17º 0.52% 0.54% -
XYZ 13.68 20.27 15.5 -
YUV 112.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 66 138 101 0.52 0 0.27 0.46 149.17 0.35 0.4
Hex 42 8A 65 34 0 1B 2E 95 23 28
Octal 102 212 145 64 0 33 56 225 43 50
Binary 1000010 10001010 1100101 110100 0 11011 101110 10010101 100011 101000

Color Harmonies of #428A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A65

Black with #428A65

Text Example


Text Example

White with #428A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A65; }

 p { color: rgb(66,138,101); }

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

background-color css

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

 a { background-color: rgb(66,138,101); }

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

border-color css

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

 span { border-color: rgb(66,138,101); }

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