Html Css Color HEX #42936F Viridian

📋 copy color: '#42936F'

red 66 ◦ green 147 ◦ blue 111

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

Shades of Viridian #42936F

Tints of Viridian #42936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 20.37%
G = 45.37%
B = 34.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#42936F (or 0x42936F) is known color: Viridian. HEX triplet: 42, 93 and 6F. RGB value is (66,147,111). Sum of RGB (Red+Green+Blue) = 66+147+111=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #42936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42936F is #BD6C90. Grayscale: #767676. Windows color (decimal): -12414097 or 7312194. OLE color: 7312194.

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

Color convert

RGB 66 147 111 -
CMYK 0.55 0 0.24 0.42
HSL 153.33º 0.38% 0.42% -
HSV(B) 153.33º 0.55% 0.58% -
XYZ 15.55 23.17 18.69 -
YUV 118.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 66 147 111 0.55 0 0.24 0.42 153.33 0.38 0.42
Hex 42 93 6F 37 0 18 2A 99 26 2A
Octal 102 223 157 67 0 30 52 231 46 52
Binary 1000010 10010011 1101111 110111 0 11000 101010 10011001 100110 101010

Color Harmonies of #42936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42936F

Black with #42936F

Text Example


Text Example

White with #42936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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