Html Css Color HEX #42896D Viridian

📋 copy color: '#42896D'

red 66 ◦ green 137 ◦ blue 109

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

Shades of Viridian #42896D

Tints of Viridian #42896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

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

R = 21.15%
G = 43.91%
B = 34.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#42896D (or 0x42896D) is known color: Viridian. HEX triplet: 42, 89 and 6D. RGB value is (66,137,109). Sum of RGB (Red+Green+Blue) = 66+137+109=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #42896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42896D is #BD7692. Grayscale: #707070. Windows color (decimal): -12416659 or 7178562. OLE color: 7178562.

HSL color Cylindrical-coordinate representation of color #42896D: hue angle of 156.34º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42896D is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 109 -
CMYK 0.52 0 0.20 0.46
HSL 156.34º 0.35% 0.4% -
HSV(B) 156.34º 0.52% 0.54% -
XYZ 13.95 20.15 17.62 -
YUV 112.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 66 137 109 0.52 0 0.20 0.46 156.34 0.35 0.4
Hex 42 89 6D 34 0 14 2E 9C 23 28
Octal 102 211 155 64 0 24 56 234 43 50
Binary 1000010 10001001 1101101 110100 0 10100 101110 10011100 100011 101000

Color Harmonies of #42896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42896D

Black with #42896D

Text Example


Text Example

White with #42896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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