Html Css Color HEX #42916E Viridian

📋 copy color: '#42916E'

red 66 ◦ green 145 ◦ blue 110

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

Shades of Viridian #42916E

Tints of Viridian #42916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

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

R = 20.56%
G = 45.17%
B = 34.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#42916E (or 0x42916E) is known color: Viridian. HEX triplet: 42, 91 and 6E. RGB value is (66,145,110). Sum of RGB (Red+Green+Blue) = 66+145+110=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #42916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42916E is #BD6E91. Grayscale: #757575. Windows color (decimal): -12414610 or 7246146. OLE color: 7246146.

HSL color Cylindrical-coordinate representation of color #42916E: hue angle of 153.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42916E is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 110 -
CMYK 0.54 0 0.24 0.43
HSL 153.42º 0.37% 0.41% -
HSV(B) 153.42º 0.54% 0.57% -
XYZ 15.19 22.53 18.3 -
YUV 117.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 66 145 110 0.54 0 0.24 0.43 153.42 0.37 0.41
Hex 42 91 6E 36 0 18 2B 99 25 29
Octal 102 221 156 66 0 30 53 231 45 51
Binary 1000010 10010001 1101110 110110 0 11000 101011 10011001 100101 101001

Color Harmonies of #42916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42916E

Black with #42916E

Text Example


Text Example

White with #42916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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