Html Css Color HEX #42906D Viridian

📋 copy color: '#42906D'

red 66 ◦ green 144 ◦ blue 109

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

Shades of Viridian #42906D

Tints of Viridian #42906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 20.69%
G = 45.14%
B = 34.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#42906D (or 0x42906D) is known color: Viridian. HEX triplet: 42, 90 and 6D. RGB value is (66,144,109). Sum of RGB (Red+Green+Blue) = 66+144+109=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #42906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42906D is #BD6F92. Grayscale: #747474. Windows color (decimal): -12414867 or 7180354. OLE color: 7180354.

HSL color Cylindrical-coordinate representation of color #42906D: hue angle of 153.08º 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 #42906D is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 109 -
CMYK 0.54 0 0.24 0.44
HSL 153.08º 0.37% 0.41% -
HSV(B) 153.08º 0.54% 0.56% -
XYZ 14.98 22.21 17.97 -
YUV 116.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 66 144 109 0.54 0 0.24 0.44 153.08 0.37 0.41
Hex 42 90 6D 36 0 18 2C 99 25 29
Octal 102 220 155 66 0 30 54 231 45 51
Binary 1000010 10010000 1101101 110110 0 11000 101100 10011001 100101 101001

Color Harmonies of #42906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42906D

Black with #42906D

Text Example


Text Example

White with #42906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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