Html Css Color HEX #478268 Viridian

📋 copy color: '#478268'

red 71 ◦ green 130 ◦ blue 104

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

Shades of Viridian #478268

Tints of Viridian #478268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 23.28%
G = 42.62%
B = 34.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#478268 (or 0x478268) is known color: Viridian. HEX triplet: 47, 82 and 68. RGB value is (71,130,104). Sum of RGB (Red+Green+Blue) = 71+130+104=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #478268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478268 is #B87D97. Grayscale: #6D6D6D. Windows color (decimal): -12090776 or 6849095. OLE color: 6849095.

HSL color Cylindrical-coordinate representation of color #478268: hue angle of 153.56º 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 #478268 is Cyan = 0.45, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 104 -
CMYK 0.45 0 0.2 0.49
HSL 153.56º 0.29% 0.39% -
HSV(B) 153.56º 0.45% 0.51% -
XYZ 13.08 18.3 15.94 -
YUV 109.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 71 130 104 0.45 0 0.2 0.49 153.56 0.29 0.39
Hex 47 82 68 2D 0 14 31 9A 1D 27
Octal 107 202 150 55 0 24 61 232 35 47
Binary 1000111 10000010 1101000 101101 0 10100 110001 10011010 11101 100111

Color Harmonies of #478268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478268

Black with #478268

Text Example


Text Example

White with #478268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478268; }

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

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

background-color css

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

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

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

border-color css

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

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

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