Html Css Color HEX #478269 Viridian

📋 copy color: '#478269'

red 71 ◦ green 130 ◦ blue 105

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

Shades of Viridian #478269

Tints of Viridian #478269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 23.2%
G = 42.48%
B = 34.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#478269 (or 0x478269) is known color: Viridian. HEX triplet: 47, 82 and 69. RGB value is (71,130,105). Sum of RGB (Red+Green+Blue) = 71+130+105=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #478269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478269 is #B87D96. Grayscale: #6D6D6D. Windows color (decimal): -12090775 or 6914631. OLE color: 6914631.

HSL color Cylindrical-coordinate representation of color #478269: hue angle of 154.58º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478269 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 105 -
CMYK 0.45 0 0.19 0.49
HSL 154.58º 0.29% 0.39% -
HSV(B) 154.58º 0.45% 0.51% -
XYZ 13.13 18.32 16.21 -
YUV 109.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 71 130 105 0.45 0 0.19 0.49 154.58 0.29 0.39
Hex 47 82 69 2D 0 13 31 9B 1D 27
Octal 107 202 151 55 0 23 61 233 35 47
Binary 1000111 10000010 1101001 101101 0 10011 110001 10011011 11101 100111

Color Harmonies of #478269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478269

Black with #478269

Text Example


Text Example

White with #478269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478269; }

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

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

background-color css

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

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

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

border-color css

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

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

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