#068440

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

Shades of Salem #068440

Tints of Salem #068440

Color information

#068440 (or 0x068440) is unknown color: approx Salem. HEX triplet: 06, 84 and 40. RGB value is (6,132,64). Sum of RGB (Red+Green+Blue) = 6+132+64=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #068440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068440 is #F97BBF. Grayscale: #565656. Windows color (decimal): -16350144 or 4228102. OLE color: 4228102.

HSL color Cylindrical-coordinate representation of color #068440: hue angle of 147.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068440 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB613264-
CMYK0.9500.520.48
HSL147.62º91.3%27.06%-
HSV(B)147.62º95.45%51.76%-
XYZ9.2516.917.63-
YUV86.57115.2670.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 132 (51.95% from 255) = 65.35%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=2.97%
G=65.35%
B=31.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132640.9500.520.48147.6291.327.06
Hex684405F03430945b1b
Octal62041001370646022413333
Binary1101000010010000001011111011010011000010010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068440; }

 p { color: rgb(6,132,64); }

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

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

 a { background-color: rgb(6,132,64); }

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

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

 span { border-color: rgb(6,132,64); }

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