Html Css Color HEX #42906A Viridian

📋 copy color: '#42906A'

red 66 ◦ green 144 ◦ blue 106

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

Shades of Viridian #42906A

Tints of Viridian #42906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

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

R = 20.89%
G = 45.57%
B = 33.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#42906A (or 0x42906A) is known color: Viridian. HEX triplet: 42, 90 and 6A. RGB value is (66,144,106). Sum of RGB (Red+Green+Blue) = 66+144+106=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #42906A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42906A is #BD6F95. Grayscale: #747474. Windows color (decimal): -12414870 or 6983746. OLE color: 6983746.

HSL color Cylindrical-coordinate representation of color #42906A: hue angle of 150.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42906A is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 106 -
CMYK 0.54 0 0.26 0.44
HSL 150.77º 0.37% 0.41% -
HSV(B) 150.77º 0.54% 0.56% -
XYZ 14.82 22.15 17.13 -
YUV 116.35 122.16 92.09 -
System Red Green Blue C M Y K H S L
Decimal 66 144 106 0.54 0 0.26 0.44 150.77 0.37 0.41
Hex 42 90 6A 36 0 1A 2C 97 25 29
Octal 102 220 152 66 0 32 54 227 45 51
Binary 1000010 10010000 1101010 110110 0 11010 101100 10010111 100101 101001

Color Harmonies of #42906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42906A

Black with #42906A

Text Example


Text Example

White with #42906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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