Html Css Color HEX #42826A Viridian

📋 copy color: '#42826A'

red 66 ◦ green 130 ◦ blue 106

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

Shades of Viridian #42826A

Tints of Viridian #42826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 21.85%
G = 43.05%
B = 35.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#42826A (or 0x42826A) is known color: Viridian. HEX triplet: 42, 82 and 6A. RGB value is (66,130,106). Sum of RGB (Red+Green+Blue) = 66+130+106=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #42826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42826A is #BD7D95. Grayscale: #6C6C6C. Windows color (decimal): -12418454 or 6980162. OLE color: 6980162.

HSL color Cylindrical-coordinate representation of color #42826A: hue angle of 157.5º 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 #42826A is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 106 -
CMYK 0.49 0 0.18 0.49
HSL 157.5º 0.33% 0.38% -
HSV(B) 157.5º 0.49% 0.51% -
XYZ 12.83 18.16 16.47 -
YUV 108.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 66 130 106 0.49 0 0.18 0.49 157.5 0.33 0.38
Hex 42 82 6A 31 0 12 31 9E 21 26
Octal 102 202 152 61 0 22 61 236 41 46
Binary 1000010 10000010 1101010 110001 0 10010 110001 10011110 100001 100110

Color Harmonies of #42826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42826A

Black with #42826A

Text Example


Text Example

White with #42826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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