#43825A

Color #43825A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #43825A

Tints of Como #43825A

Color information

#43825A (or 0x43825A) is unknown color: approx Como. HEX triplet: 43, 82 and 5A. RGB value is (67,130,90). Sum of RGB (Red+Green+Blue) = 67+130+90=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #43825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43825A is #BC7DA5. Grayscale: #6A6A6A. Windows color (decimal): -12352934 or 5931587. OLE color: 5931587.

HSL color Cylindrical-coordinate representation of color #43825A: hue angle of 141.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 #43825A is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB6713090-
CMYK0.4800.310.49
HSL141.9º31.98%38.63%-
HSV(B)141.9º48.46%50.98%-
XYZ12.1417.912.49-
YUV106.6118.6399.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.34%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=23.34%
G=45.30%
B=31.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67130900.4800.310.49141.931.9838.63
Hex43825A3001F318e2027
Octal10320213260037612164047
Binary100001110000010101101011000001111111000110001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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