#068442

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

Shades of Salem #068442

Tints of Salem #068442

Color information

#068442 (or 0x068442) is unknown color: approx Salem. HEX triplet: 06, 84 and 42. RGB value is (6,132,66). Sum of RGB (Red+Green+Blue) = 6+132+66=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #068442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068442 is #F97BBD. Grayscale: #565656. Windows color (decimal): -16350142 or 4359174. OLE color: 4359174.

HSL color Cylindrical-coordinate representation of color #068442: hue angle of 148.57º 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 #068442 is Cyan = 0.95, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB613266-
CMYK0.9500.50.48
HSL148.57º91.3%27.06%-
HSV(B)148.57º95.45%51.76%-
XYZ9.3116.937.93-
YUV86.8116.2670.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 132 (51.95% from 255) = 64.71%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=2.94%
G=64.71%
B=32.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132660.9500.50.48148.5791.327.06
Hex684425F03230955b1b
Octal62041021370626022513333
Binary1101000010010000101011111011001011000010010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068442; }

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

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

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

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

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

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

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

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