Html Css Color HEX #42816E Viridian

📋 copy color: '#42816E'

red 66 ◦ green 129 ◦ blue 110

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

Shades of Viridian #42816E

Tints of Viridian #42816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 21.64%
G = 42.3%
B = 36.07%

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

#42816E (or 0x42816E) is known color: Viridian. HEX triplet: 42, 81 and 6E. RGB value is (66,129,110). Sum of RGB (Red+Green+Blue) = 66+129+110=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #42816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42816E is #BD7E91. Grayscale: #6C6C6C. Windows color (decimal): -12418706 or 7242050. OLE color: 7242050.

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

Color convert

RGB 66 129 110 -
CMYK 0.49 0 0.15 0.49
HSL 161.9º 0.32% 0.38% -
HSV(B) 161.9º 0.49% 0.51% -
XYZ 12.91 17.98 17.54 -
YUV 108 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 66 129 110 0.49 0 0.15 0.49 161.9 0.32 0.38
Hex 42 81 6E 31 0 F 31 A2 20 26
Octal 102 201 156 61 0 17 61 242 40 46
Binary 1000010 10000001 1101110 110001 0 1111 110001 10100010 100000 100110

Color Harmonies of #42816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42816E

Black with #42816E

Text Example


Text Example

White with #42816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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