Html Css Color HEX #42946F Viridian

📋 copy color: '#42946F'

red 66 ◦ green 148 ◦ blue 111

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

Shades of Viridian #42946F

Tints of Viridian #42946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

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

R = 20.31%
G = 45.54%
B = 34.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#42946F (or 0x42946F) is known color: Viridian. HEX triplet: 42, 94 and 6F. RGB value is (66,148,111). Sum of RGB (Red+Green+Blue) = 66+148+111=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #42946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42946F is #BD6B90. Grayscale: #777777. Windows color (decimal): -12413841 or 7312450. OLE color: 7312450.

HSL color Cylindrical-coordinate representation of color #42946F: hue angle of 152.93º 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 #42946F is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 111 -
CMYK 0.55 0 0.25 0.42
HSL 152.93º 0.38% 0.42% -
HSV(B) 152.93º 0.55% 0.58% -
XYZ 15.71 23.49 18.74 -
YUV 119.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 66 148 111 0.55 0 0.25 0.42 152.93 0.38 0.42
Hex 42 94 6F 37 0 19 2A 99 26 2A
Octal 102 224 157 67 0 31 52 231 46 52
Binary 1000010 10010100 1101111 110111 0 11001 101010 10011001 100110 101010

Color Harmonies of #42946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42946F

Black with #42946F

Text Example


Text Example

White with #42946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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