#43816D

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

Shades of Viridian #43816D

Tints of Viridian #43816D

Color information

#43816D (or 0x43816D) is unknown color: approx Viridian. HEX triplet: 43, 81 and 6D. RGB value is (67,129,109). Sum of RGB (Red+Green+Blue) = 67+129+109=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #43816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43816D is #BC7E92. Grayscale: #6C6C6C. Windows color (decimal): -12353171 or 7176515. OLE color: 7176515.

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

Color convert

RGB67129109-
CMYK0.4800.160.49
HSL160.65º31.63%38.43%-
HSV(B)160.65º48.06%50.59%-
XYZ12.931817.26-
YUV108.18128.4698.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.97%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=21.97%
G=42.30%
B=35.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671291090.4800.160.49160.6531.6338.43
Hex43816D3001031a12026
Octal10320115560020612414046
Binary100001110000001110110111000001000011000110100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43816D; }

 p { color: rgb(67,129,109); }

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

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

 a { background-color: rgb(67,129,109); }

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

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

 span { border-color: rgb(67,129,109); }

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