Html Css Color HEX #42826E Viridian

📋 copy color: '#42826E'

red 66 ◦ green 130 ◦ blue 110

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

Shades of Viridian #42826E

Tints of Viridian #42826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 21.57%
G = 42.48%
B = 35.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#42826E (or 0x42826E) is known color: Viridian. HEX triplet: 42, 82 and 6E. RGB value is (66,130,110). Sum of RGB (Red+Green+Blue) = 66+130+110=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #42826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42826E is #BD7D91. Grayscale: #6C6C6C. Windows color (decimal): -12418450 or 7242306. OLE color: 7242306.

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

Color convert

RGB 66 130 110 -
CMYK 0.49 0 0.15 0.49
HSL 161.25º 0.33% 0.38% -
HSV(B) 161.25º 0.49% 0.51% -
XYZ 13.04 18.25 17.59 -
YUV 108.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 66 130 110 0.49 0 0.15 0.49 161.25 0.33 0.38
Hex 42 82 6E 31 0 F 31 A1 21 26
Octal 102 202 156 61 0 17 61 241 41 46
Binary 1000010 10000010 1101110 110001 0 1111 110001 10100001 100001 100110

Color Harmonies of #42826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42826E

Black with #42826E

Text Example


Text Example

White with #42826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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