Html Css Color HEX #42826C Viridian

📋 copy color: '#42826C'

red 66 ◦ green 130 ◦ blue 108

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

Shades of Viridian #42826C

Tints of Viridian #42826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 21.71%
G = 42.76%
B = 35.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#42826C (or 0x42826C) is known color: Viridian. HEX triplet: 42, 82 and 6C. RGB value is (66,130,108). Sum of RGB (Red+Green+Blue) = 66+130+108=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #42826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42826C is #BD7D93. Grayscale: #6C6C6C. Windows color (decimal): -12418452 or 7111234. OLE color: 7111234.

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

Color convert

RGB 66 130 108 -
CMYK 0.49 0 0.17 0.49
HSL 159.38º 0.33% 0.38% -
HSV(B) 159.38º 0.49% 0.51% -
XYZ 12.94 18.21 17.02 -
YUV 108.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 66 130 108 0.49 0 0.17 0.49 159.38 0.33 0.38
Hex 42 82 6C 31 0 11 31 9F 21 26
Octal 102 202 154 61 0 21 61 237 41 46
Binary 1000010 10000010 1101100 110001 0 10001 110001 10011111 100001 100110

Color Harmonies of #42826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42826C

Black with #42826C

Text Example


Text Example

White with #42826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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