#43826F

Color #43826F Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #43826F

Tints of Viridian #43826F

Color information

#43826F (or 0x43826F) is unknown color: approx Viridian. HEX triplet: 43, 82 and 6F. RGB value is (67,130,111). Sum of RGB (Red+Green+Blue) = 67+130+111=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #43826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43826F is #BC7D90. Grayscale: #6D6D6D. Windows color (decimal): -12352913 or 7307843. OLE color: 7307843.

HSL color Cylindrical-coordinate representation of color #43826F: hue angle of 161.9º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43826F is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB67130111-
CMYK0.4800.150.49
HSL161.9º31.98%38.63%-
HSV(B)161.9º48.46%50.98%-
XYZ13.1718.3117.88-
YUV109129.1398.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.75%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=21.75%
G=42.21%
B=36.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671301110.4800.150.49161.931.9838.63
Hex43826F300F31a22027
Octal10320215760017612424047
Binary10000111000001011011111100000111111000110100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43826F; }

 p { color: rgb(67,130,111); }

 H1.HeaderClassName
 {
   color: #43826F;
 }
 .AnyTagClassName
 {
   color: #43826F;
 }
</style>
background-color css

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

 a { background-color: rgb(67,130,111); }

 div.DivClassName
 {
   background-color: #43826F;
 }
 .BgClassName
 {
   background-color: #43826F;
 }
</style>
border-color css

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

 span { border-color: rgb(67,130,111); }

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