Html Css Color HEX #42896A Viridian

📋 copy color: '#42896A'

red 66 ◦ green 137 ◦ blue 106

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

Shades of Viridian #42896A

Tints of Viridian #42896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 21.36%
G = 44.34%
B = 34.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#42896A (or 0x42896A) is known color: Viridian. HEX triplet: 42, 89 and 6A. RGB value is (66,137,106). Sum of RGB (Red+Green+Blue) = 66+137+106=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #42896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42896A is #BD7695. Grayscale: #707070. Windows color (decimal): -12416662 or 6981954. OLE color: 6981954.

HSL color Cylindrical-coordinate representation of color #42896A: hue angle of 153.8º 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 #42896A is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 106 -
CMYK 0.52 0 0.23 0.46
HSL 153.8º 0.35% 0.4% -
HSV(B) 153.8º 0.52% 0.54% -
XYZ 13.79 20.09 16.79 -
YUV 112.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 66 137 106 0.52 0 0.23 0.46 153.8 0.35 0.4
Hex 42 89 6A 34 0 17 2E 9A 23 28
Octal 102 211 152 64 0 27 56 232 43 50
Binary 1000010 10001001 1101010 110100 0 10111 101110 10011010 100011 101000

Color Harmonies of #42896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42896A

Black with #42896A

Text Example


Text Example

White with #42896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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