Html Css Color HEX #428265 Viridian

📋 copy color: '#428265'

red 66 ◦ green 130 ◦ blue 101

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

Shades of Viridian #428265

Tints of Viridian #428265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

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

R = 22.22%
G = 43.77%
B = 34.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#428265 (or 0x428265) is known color: Viridian. HEX triplet: 42, 82 and 65. RGB value is (66,130,101). Sum of RGB (Red+Green+Blue) = 66+130+101=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #428265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428265 is #BD7D9A. Grayscale: #6B6B6B. Windows color (decimal): -12418459 or 6652482. OLE color: 6652482.

HSL color Cylindrical-coordinate representation of color #428265: hue angle of 152.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428265 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 101 -
CMYK 0.49 0 0.22 0.49
HSL 152.81º 0.33% 0.38% -
HSV(B) 152.81º 0.49% 0.51% -
XYZ 12.58 18.06 15.14 -
YUV 107.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 66 130 101 0.49 0 0.22 0.49 152.81 0.33 0.38
Hex 42 82 65 31 0 16 31 99 21 26
Octal 102 202 145 61 0 26 61 231 41 46
Binary 1000010 10000010 1100101 110001 0 10110 110001 10011001 100001 100110

Color Harmonies of #428265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428265

Black with #428265

Text Example


Text Example

White with #428265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428265; }

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

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

background-color css

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

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

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

border-color css

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

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

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