Html Css Color HEX #47695A Viridian Green

📋 copy color: '#47695A'

red 71 ◦ green 105 ◦ blue 90

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

Shades of Viridian Green #47695A

Tints of Viridian Green #47695A

RGB

 RED value IS 71 (28.13% from 255) = 26.69%

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 26.69%
G = 39.47%
B = 33.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#47695A (or 0x47695A) is known color: Viridian Green. HEX triplet: 47, 69 and 5A. RGB value is (71,105,90). Sum of RGB (Red+Green+Blue) = 71+105+90=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #47695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695A is #B896A5. Grayscale: #5D5D5D. Windows color (decimal): -12097190 or 5925191. OLE color: 5925191.

HSL color Cylindrical-coordinate representation of color #47695A: hue angle of 153.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47695A is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 90 -
CMYK 0.32 0 0.14 0.59
HSL 153.53º 0.19% 0.35% -
HSV(B) 153.53º 0.32% 0.41% -
XYZ 9.5 12.18 11.52 -
YUV 93.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 71 105 90 0.32 0 0.14 0.59 153.53 0.19 0.35
Hex 47 69 5A 20 0 E 3B 9A 13 23
Octal 107 151 132 40 0 16 73 232 23 43
Binary 1000111 1101001 1011010 100000 0 1110 111011 10011010 10011 100011

Color Harmonies of #47695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47695A

Black with #47695A

Text Example


Text Example

White with #47695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,105,90); }

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

background-color css

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

 a { background-color: rgb(71,105,90); }

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

border-color css

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

 span { border-color: rgb(71,105,90); }

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