Html Css Color HEX #42906B Viridian

📋 copy color: '#42906B'

red 66 ◦ green 144 ◦ blue 107

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

Shades of Viridian #42906B

Tints of Viridian #42906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 20.82%
G = 45.43%
B = 33.75%

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

#42906B (or 0x42906B) is known color: Viridian. HEX triplet: 42, 90 and 6B. RGB value is (66,144,107). Sum of RGB (Red+Green+Blue) = 66+144+107=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #42906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42906B is #BD6F94. Grayscale: #747474. Windows color (decimal): -12414869 or 7049282. OLE color: 7049282.

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

Color convert

RGB 66 144 107 -
CMYK 0.54 0 0.26 0.44
HSL 151.54º 0.37% 0.41% -
HSV(B) 151.54º 0.54% 0.56% -
XYZ 14.87 22.17 17.4 -
YUV 116.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 66 144 107 0.54 0 0.26 0.44 151.54 0.37 0.41
Hex 42 90 6B 36 0 1A 2C 98 25 29
Octal 102 220 153 66 0 32 54 230 45 51
Binary 1000010 10010000 1101011 110110 0 11010 101100 10011000 100101 101001

Color Harmonies of #42906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42906B

Black with #42906B

Text Example


Text Example

White with #42906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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