Html Css Color HEX #42956F Viridian

📋 copy color: '#42956F'

red 66 ◦ green 149 ◦ blue 111

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

Shades of Viridian #42956F

Tints of Viridian #42956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.71%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 20.25%
G = 45.71%
B = 34.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#42956F (or 0x42956F) is known color: Viridian. HEX triplet: 42, 95 and 6F. RGB value is (66,149,111). Sum of RGB (Red+Green+Blue) = 66+149+111=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #42956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42956F is #BD6A90. Grayscale: #777777. Windows color (decimal): -12413585 or 7312706. OLE color: 7312706.

HSL color Cylindrical-coordinate representation of color #42956F: hue angle of 152.53º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42956F is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 111 -
CMYK 0.56 0 0.26 0.42
HSL 152.53º 0.39% 0.42% -
HSV(B) 152.53º 0.56% 0.58% -
XYZ 15.86 23.8 18.8 -
YUV 119.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 66 149 111 0.56 0 0.26 0.42 152.53 0.39 0.42
Hex 42 95 6F 38 0 1A 2A 99 27 2A
Octal 102 225 157 70 0 32 52 231 47 52
Binary 1000010 10010101 1101111 111000 0 11010 101010 10011001 100111 101010

Color Harmonies of #42956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42956F

Black with #42956F

Text Example


Text Example

White with #42956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42956F; }

 p { color: rgb(66,149,111); }

 H1.HeaderClassName
 {
   color: #42956F;
 }
 .AnyTagClassName
 {
   color: #42956F;
 }
</style>

background-color css

<style>
 a { background-color: #42956F; }

 a { background-color: rgb(66,149,111); }

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

border-color css

<style>
 span { border-color: #42956F; }

 span { border-color: rgb(66,149,111); }

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